buttonSmall property
TextStyle
get
buttonSmall
Button Small Text Style
Implementation
TextStyle get buttonSmall {
return baseTextStyle.copyWith(
fontSize: 14.0,
fontWeight: VFontWeight.medium,
);
}