isLatestIOS property
bool
get
isLatestIOS
Checks if the current style is the latest iOS design.
Implementation
bool get isLatestIOS => style == Style.latestIOS;
Checks if the current style is the latest iOS design.
bool get isLatestIOS => style == Style.latestIOS;