enableAnimation property

  1. @override
bool enableAnimation
final

Specifies the load time animation duration with enableAnimation. Duration is defined in milliseconds.

Defaults to true.


LinearGauge (
 pointers: [
Pointer(
value: 20,
enableAnimation: true,
 )])

Implementation

@override
final bool enableAnimation;