GaugeTitle constructor
const
GaugeTitle({})
Creates the gauge title with default or required properties.
Implementation
const GaugeTitle(
{required this.text,
this.textStyle,
this.alignment = GaugeAlignment.center,
this.borderColor,
this.borderWidth = 0,
this.backgroundColor});