isLinux top-level property
bool
get
isLinux
Whether the OS is Linux.
Implementation
bool get isLinux => !kIsWeb && Platform.isLinux;
Whether the OS is Linux.
bool get isLinux => !kIsWeb && Platform.isLinux;