background property

Color? background
final

Which color to use the background.

If null, the color will be inherited from the parent element.

Implementation

final Color? background;