isMaterial method

bool isMaterial(
  1. ThemeData theme
)

Implementation

bool isMaterial(ThemeData theme) =>
    this == AdaptiveStyle.material ||
    (this == AdaptiveStyle.adaptive &&
        theme.platform == TargetPlatform.android);