isCupertino property

bool get isCupertino

Checks if the current style is Cupertino design.

Implementation

bool get isCupertino => style == Style.cupertino;