isIOS property

bool isIOS

Returns true if the device is iOS.

Implementation

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