isIOS property
bool
get
isIOS
Whether this style resolves to the iOS/Cupertino presentation.
Implementation
bool get isIOS => this == DraftModePlatformStyle.ios;
Whether this style resolves to the iOS/Cupertino presentation.
bool get isIOS => this == DraftModePlatformStyle.ios;