isAndroid property
bool
get
isAndroid
Whether this style resolves to the Android/Material presentation.
Implementation
bool get isAndroid => this == DraftModePlatformStyle.android;
Whether this style resolves to the Android/Material presentation.
bool get isAndroid => this == DraftModePlatformStyle.android;