isIOSTheme property

bool isIOSTheme

Returns true if the current theme is targeting the ios platform

Implementation

bool get isIOSTheme => Theme.of(this).platform == TargetPlatform.iOS;