height property
height
Sets the height of the pointer on the LinearGauge
const LinearGauge(
pointer: Pointer(
height: 20.0,
),
),
Implementation
final double height;
height
Sets the height of the pointer on the LinearGauge
const LinearGauge(
pointer: Pointer(
height: 20.0,
),
),
final double height;