isWindows property
bool
get
isWindows
Checks if the application is running on the Windows platform.
Implementation
bool get isWindows => !isWeb && Platform.isWindows;
Checks if the application is running on the Windows platform.
bool get isWindows => !isWeb && Platform.isWindows;