getValueStyle method
Returns the effective value style.
Implementation
TextStyle getValueStyle(ColorScheme colors) {
return valueStyle ?? TextStyle(fontSize: 13, fontWeight: FontWeight.w400, color: colors.onSurface);
}
Returns the effective value style.
TextStyle getValueStyle(ColorScheme colors) {
return valueStyle ?? TextStyle(fontSize: 13, fontWeight: FontWeight.w400, color: colors.onSurface);
}