mobile property

bool mobile
getter/setter pair

Whehter it is running on a mobile device.

  • By mobile we mean the browser takes the full screen and non-sizable.
  • If false, the browser is assumed to run on a desktop and
  • it can be resized by the user.

Implementation

late bool mobile;