underlineHeight property
      
      double
      get
      underlineHeight
      
    
    
    
Implementation
double get underlineHeight {
  return underlineHeightState?.fromController(this) ?? _underlineHeight ?? 1;
}
      
      set
      underlineHeight
      (double? value) 
      
    
    
    
Implementation
set underlineHeight(double? value) => _underlineHeight = value;