Height class
- Inheritance
 - 
    
- Object
 - Dimension
 - AutoOrLengthOrPercent
 - Height
 
 - Available extensions
 
Constructors
- Height(double value, [Unit unit = Unit.px])
 - Height.auto()
 
Properties
Methods
- 
  calculateRelativeValue(
double remValue, double emValue) → double?  - 
  
  inherited
 - 
  normalize(
double emValue) → void  - 
  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