background property
- @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
A color that typically appears behind scrollable content.
The default background color of Material of type canvas.
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? background;