getKeyStyle method
Implementation
TextStyle getKeyStyle(ColorScheme colors) {
return keyStyle ?? TextStyle(fontSize: 13, fontWeight: FontWeight.w400, color: colors.onSurfaceVariant);
}
TextStyle getKeyStyle(ColorScheme colors) {
return keyStyle ?? TextStyle(fontSize: 13, fontWeight: FontWeight.w400, color: colors.onSurfaceVariant);
}