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