isCupertino property
bool
get
isCupertino
Checks if the current style is Cupertino design.
Implementation
bool get isCupertino => style == Style.cupertino;
Checks if the current style is Cupertino design.
bool get isCupertino => style == Style.cupertino;