isCupertinoStyle method

bool isCupertinoStyle(
  1. ThemeData theme
)

Implementation

bool isCupertinoStyle(ThemeData theme) =>
    this == AdaptiveStyle.cupertino ||
    (this == AdaptiveStyle.adaptive && theme.isCupertinoStyle);