height property

double height
final

height Sets the height of the pointer on the LinearGauge

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

Implementation

final double height;