platformIsMaterialDesign top-level property
Determines if the platform uses Material Design.
Implementation
final platformIsMaterialDesign = kIsWeb ||
(defaultTargetPlatform != TargetPlatform.iOS &&
defaultTargetPlatform != TargetPlatform.macOS);