isCupertino property

bool get isCupertino

Implementation

bool get isCupertino => {TargetPlatform.iOS, TargetPlatform.macOS}.contains(platform);