isIOS property
bool
get
isIOS
Whether this token set targets the iOS visual style.
Implementation
bool get isIOS => platformStyle.isIOS;
Whether this token set targets the iOS visual style.
bool get isIOS => platformStyle.isIOS;