InfoProperties constructor

InfoProperties({
  1. String? topLabelText,
  2. String? bottomLabelText,
  3. TextStyle? mainLabelStyle,
  4. TextStyle? topLabelStyle,
  5. TextStyle? bottomLabelStyle,
  6. PercentageModifier? modifier,
})

Implementation

InfoProperties(
    {this.topLabelText,
    this.bottomLabelText,
    this.mainLabelStyle,
    this.topLabelStyle,
    this.bottomLabelStyle,
    this.modifier});