labelStyle property

TextStyle labelStyle
final

labelStyle Sets the style of the label of pointer

const LinearGauge(
 pointer: Pointer(
 labelStyle: TextStyle(
 color: Colors.red,
 fontSize: 20.0,
 fontWeight: FontWeight.bold,
 ),
),
),

Implementation

final TextStyle labelStyle;