height property
The height of the background.
If null
, it will default to the height of the screen.
If set to 0
or less, it will shrinkwrap the height to the size of the
child.
Implementation
final double? height;
The height of the background.
If null
, it will default to the height of the screen.
If set to 0
or less, it will shrinkwrap the height to the size of the
child.
final double? height;