DeviceFrameSetting constructor
DeviceFrameSetting({
- required DeviceInfo device,
- Orientation orientation = Orientation.portrait,
- bool hasFrame = true,
Implementation
DeviceFrameSetting({
required this.device,
this.orientation = Orientation.portrait,
this.hasFrame = true,
});