isLinux property
bool
get
isLinux
Implementation
static bool get isLinux =>
kIsWeb ? false : defaultTargetPlatform == TargetPlatform.linux;
static bool get isLinux =>
kIsWeb ? false : defaultTargetPlatform == TargetPlatform.linux;