background property
final
Which color to use the background.
If null
, the color will be inherited from the parent element.
Implementation
final Color? background;
Which color to use the background.
If null
, the color will be inherited from the parent element.
final Color? background;