showLabel property

bool showLabel
final

showLabel shows/hides the label of the pointer on the Pointer

const LinearGauge(
 pointer: Pointer(
showLabel: true,
 ),
),

default is to true

Implementation

final bool showLabel;