background property

Widget? background
final

The widget to be placed in the background, it will be contained in a OverflowBox and sized according to overflowWidthFactor and overflowHeightFactor

Implementation

final Widget? background;