menu
flutter_painter_v2 package
documentation
flutter_painter_pure.dart
PainterController
canRedo property
canRedo property
dark_mode
light_mode
canRedo
property
bool
get
canRedo
Whether a
redo
operation can be performed or not.
Implementation
bool get canRedo => unperformedActions.isNotEmpty;
flutter_painter_v2 package
documentation
flutter_painter_pure
PainterController
canRedo property
PainterController class