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