BaselineValueFormat constructor
      
      BaselineValueFormat({ 
    
    
- String? comparisonType,
- String? description,
- Color? negativeColor,
- ColorStyle? negativeColorStyle,
- TextPosition? position,
- Color? positiveColor,
- ColorStyle? positiveColorStyle,
- TextFormat? textFormat,
Implementation
BaselineValueFormat({
  this.comparisonType,
  this.description,
  this.negativeColor,
  this.negativeColorStyle,
  this.position,
  this.positiveColor,
  this.positiveColorStyle,
  this.textFormat,
});