background property

Widget? background
final

An optional background widget to insert behind the responsive content. The background widget expands to fill the entire space of the wrapper and is not resized. Can be used to set a background image, pattern, or solid fill. Overrides backgroundColor if a widget is set.

Implementation

final Widget? background;