isCupertinoStyle method

  1. @Deprecated('Will be removed in v2.')
bool isCupertinoStyle(
  1. ThemeData theme
)

Implementation

@Deprecated('Will be removed in v2.')
bool isCupertinoStyle(ThemeData theme) =>
    this == AdaptiveStyle.cupertino ||
    (this == AdaptiveStyle.adaptive && theme.isCupertinoStyle);