getLabelStyle method
Implementation
TextStyle getLabelStyle(ColorScheme colors) {
return labelStyle ?? TextStyle(fontSize: 11, fontWeight: FontWeight.w500, color: colors.onSurfaceVariant);
}
TextStyle getLabelStyle(ColorScheme colors) {
return labelStyle ?? TextStyle(fontSize: 11, fontWeight: FontWeight.w500, color: colors.onSurfaceVariant);
}