isLinux property
bool
get
isLinux
Check if the current platform is Linux
Implementation
static bool get isLinux => !kIsWeb && Platform.isLinux;
Check if the current platform is Linux
static bool get isLinux => !kIsWeb && Platform.isLinux;