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