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