Device constructor
const
Device({
- required DeviceInfo info,
- bool isFrameVisible = false,
- Orientation orientation = Orientation.portrait,
Implementation
const Device({
required this.info,
this.isFrameVisible = false,
this.orientation = Orientation.portrait,
});