started property

  1. @override
bool started
override

Has the effect started running? Some effects use a "delay" parameter to postpone the start of an animation. This property then tells you whether this delay period has already passed.

Implementation

@override
bool get started => _timer == delay;