input property
TextStyle
get
input
Input Text Style
Implementation
TextStyle get input {
return baseTextStyle.copyWith(
fontSize: 16.0,
fontWeight: VFontWeight.regular,
);
}
Input Text Style
TextStyle get input {
return baseTextStyle.copyWith(
fontSize: 16.0,
fontWeight: VFontWeight.regular,
);
}