backgroundColor property

Color? backgroundColor
final

First frame initialization default background color. Because layout initialization is delayed by 1 frame, a solid background color is displayed instead. Is overridden by background if set. Defaults to a white background.

Implementation

final Color? backgroundColor;