isExpensive property
True when this effect uses expensive GPU operations (blur, shader, clip). The FrameBudgeter will disable expensive plugins under FPS threshold.
Implementation
@override
bool get isExpensive => true;
True when this effect uses expensive GPU operations (blur, shader, clip). The FrameBudgeter will disable expensive plugins under FPS threshold.
@override
bool get isExpensive => true;