CustomScreen constructor
CustomScreen({
- required Size? size,
- required Widget child,
- String? label,
- DeviceInfo? androidDevice,
- DeviceInfo? cupertinoDevice,
- Orientation? orientation = Orientation.portrait,
Implementation
CustomScreen({
required this.size,
required this.child,
this.label,
this.androidDevice,
this.cupertinoDevice,
this.orientation = Orientation.portrait,
});