onBackground property

  1. @Deprecated('This color was deprecated in FCS 8.0 because Flutter 3.22 ' 'deprecated the color. ' 'It no longer has any function in FCS v8 and will be removed in v9.')
Color? onBackground
final

A color that is clearly legible when drawn on background color also used as on color for scaffold background color.

Implementation

@Deprecated('This color was deprecated in FCS 8.0 because Flutter 3.22 '
    'deprecated the color. '
    'It no longer has any function in FCS v8 and will be removed in v9.')
final Color? onBackground;