isMaterial property

bool isMaterial

Indicates if the design mode is material. Otherwise the design mode is cupertino.

Implementation

bool get isMaterial => configs.designMode == ImageEditorDesignModeE.material;