isMaterial property
Indicates if the design mode is material. Otherwise the design mode is cupertino.
Implementation
bool get isMaterial => configs.designMode == ImageEditorDesignModeE.material;
Indicates if the design mode is material. Otherwise the design mode is cupertino.
bool get isMaterial => configs.designMode == ImageEditorDesignModeE.material;