isAndroid property

bool isAndroid

Returns true if the device is android.

Implementation

bool get isAndroid => Theme.of(this).platform == TargetPlatform.android;