backgroundColor property

Color? backgroundColor
final

Specifies the background color for the Window.

The default colors from the theme would be used if no color is specified.

Implementation

final Color? backgroundColor;