BaselineValueFormat constructor

BaselineValueFormat({
  1. String? comparisonType,
  2. String? description,
  3. Color? negativeColor,
  4. ColorStyle? negativeColorStyle,
  5. TextPosition? position,
  6. Color? positiveColor,
  7. ColorStyle? positiveColorStyle,
  8. TextFormat? textFormat,
})

Implementation

BaselineValueFormat({
  this.comparisonType,
  this.description,
  this.negativeColor,
  this.negativeColorStyle,
  this.position,
  this.positiveColor,
  this.positiveColorStyle,
  this.textFormat,
});