surfaceVariant 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? surfaceVariant
final

A color variant of surface that can be used for differentiation against a component using surface. Defaults to surface as fallback.

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? surfaceVariant;