ViewportState constructor
ViewportState({
- required List<
DeviceInfo> devices, - Orientation orientation = Orientation.portrait,
- bool hasFrame = true,
Implementation
ViewportState({
required this.devices,
this.orientation = Orientation.portrait,
this.hasFrame = true,
});