containerHeight property
int?
get
containerHeight
The fixed height, or null to size from the child.
Implementation
int? get containerHeight => _height;
set
containerHeight
(int? value)
Sets the fixed height.
Implementation
set containerHeight(int? value) => _height = value;