RowHeightExpanded class
The row will get the remaining available height, much like the Expanded Widget inside a Row or Column
Constructors
- RowHeightExpanded({required double minHeight, double? maxHeight})
 - 
          
            const
 
Properties
Methods
- 
  calculate(
double flexFactor) → double  - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited