getTextStyle method
Implementation
TextStyle getTextStyle(ColorScheme colors, bool disabled) {
return TextStyle(fontSize: fontSize, color: disabled ? colors.onSurfaceVariant : colors.onSurface);
}
TextStyle getTextStyle(ColorScheme colors, bool disabled) {
return TextStyle(fontSize: fontSize, color: disabled ? colors.onSurfaceVariant : colors.onSurface);
}