mobile property

bool get mobile

Implementation

bool get mobile => (size?.width ?? 0) <= 460;