Simulate constructor
const
Simulate({
- Key? key,
- required GeneralLibFlutterApp generalLibFlutterApp,
- AlignmentGeometry alignment = Alignment.center,
- Orientation? orientation,
- bool isShowExperimental = false,
- EdgeInsets? paddingFrame,
- GlobalKey<
State< ? allBodyKey,StatefulWidget> > - GlobalKey<
State< ? frameBodyKey,StatefulWidget> > - required Widget home,
- Widget customView(
- BuildContext context,
- Widget home,
- DeviceInfo deviceInfo
- DeviceInfo? deviceDefault,
- bool isShowFrame = kDebugMode,
- bool isShowTopFrame = true,
Implementation
const Simulate({
super.key,
required this.generalLibFlutterApp,
this.alignment = Alignment.center,
this.orientation,
this.isShowExperimental = false,
this.paddingFrame,
this.allBodyKey,
this.frameBodyKey,
required this.home,
this.customView,
this.deviceDefault,
this.isShowFrame = kDebugMode,
this.isShowTopFrame = true,
});