isCustom property
bool
get
isCustom
Checks if the current style is Custom design.
Implementation
bool get isCustom => style == Style.custom;
Checks if the current style is Custom design.
bool get isCustom => style == Style.custom;