GaugeTextStyle constructor
- {Color? color,
- String fontFamily = 'Segoe UI',
- FontStyle fontStyle = FontStyle.normal,
- FontWeight fontWeight = FontWeight.normal,
- double fontSize = 12}
Creates a gauge text style with default or required properties.
Implementation
const GaugeTextStyle(
{this.color,
this.fontFamily = 'Segoe UI',
this.fontStyle = FontStyle.normal,
this.fontWeight = FontWeight.normal,
this.fontSize = 12});