enableAnimation property
Specifies the load time animation duration with enableAnimation. Duration is defined in milliseconds.
Defaults to true.
LinearGauge (
pointers: [
Pointer(
value: 20,
enableAnimation: true,
)])
Implementation
final bool enableAnimation;