@override apply(Data? data) async { if (enabled == false) return; if (data != null) await flipImage(data, axis); }