WindowsSize enum
Values
- iPhone4P7 → const WindowsSize
-
set desktop size to iphone 4.7
const WindowsSize(Size(375, 667))
- iPhone5P4 → const WindowsSize
-
set desktop size to iphone 5.4
const WindowsSize(Size(360, 780))
- iPhone5P5 → const WindowsSize
-
set desktop size to iphone 5.5
const WindowsSize(Size(414, 736))
- iPhone5P8 → const WindowsSize
-
set desktop size to iphone 5.8
const WindowsSize(Size(375, 812))
- iPhone6P1 → const WindowsSize
-
set desktop size to iphone 6.1
const WindowsSize(Size(414, 896))
- iPhone6P7 → const WindowsSize
-
set desktop size to iphone 6.7
const WindowsSize(Size(430, 932))
- iPad7P9 → const WindowsSize
-
set desktop size to 7.9
const WindowsSize(Size(1024, 768))
- iPad10P5 → const WindowsSize
-
set desktop size to ipad 10.5
const WindowsSize(Size(834, 1112))
- iPad11 → const WindowsSize
-
set desktop size to ipad 11
const WindowsSize(Size(834, 1194))
- iPad12P9 → const WindowsSize
-
set desktop size to ipad 11
const WindowsSize(Size(1024, 1366))
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scaling(
[double p = 1]) → Size -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WindowsSize> - A constant List of the values in this enum, in order of their declaration.