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