width property

double width
final

width Sets the width of the pointer on the LinearGauge

const LinearGauge(
 pointer: Pointer(
 width: 20.0,
 ),
),

Implementation

final double width;