isMobile property

bool get isMobile

Implementation

bool get isMobile =>
    (io.Platform.isAndroid || io.Platform.isIOS || size.width < 600);