isLinux property
bool
get
isLinux
Checks if the application is running on the Linux platform.
Implementation
bool get isLinux => !isWeb && _isPlatform('linux');
Checks if the application is running on the Linux platform.
bool get isLinux => !isWeb && _isPlatform('linux');