resolution property
Resolution
get
resolution
Describes what size should be the application window on Desktop. This value is passed via fastdriver command using --resolution option. This is ignored on mobile.
Implementation
Resolution get resolution => Resolution.fromSize(arguments[resolutionArg]);