isAndroidTheme property

bool isAndroidTheme

Returns true if the current theme is targeting the android platform

Implementation

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