platformIsMaterialDesign top-level property

bool platformIsMaterialDesign
final

Implementation

final platformIsMaterialDesign = kIsWeb ||
    (defaultTargetPlatform != TargetPlatform.iOS &&
        defaultTargetPlatform != TargetPlatform.macOS);