started property

bool started

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

bool get started => true;