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