isDesktopSansMacOS property

bool get isDesktopSansMacOS

Implementation

bool get isDesktopSansMacOS =>
    defaultTargetPlatform == TargetPlatform.linux ||
    defaultTargetPlatform == TargetPlatform.windows;