AppComposer constructor
const
AppComposer({
- Key? key,
- required Widget appBuilder(
- Composer layout
- DesignFrame? designFrame,
- ScaleMode scaleMode = ScaleMode.percent,
- AppOrientation orientation = AppOrientation.none,
- bool enableDebugLogging = false,
- FlutterExceptionHandler? onFlutterError,
- Widget ownErrorScreen(
- FlutterErrorDetails error
- ErrorScreen errorScreen = ErrorScreen.dessert,
- bool pixelDebug = false,
- int gridCount = 12,
Implementation
const AppComposer({
super.key,
required this.appBuilder,
this.designFrame,
this.scaleMode = ScaleMode.percent,
this.orientation = AppOrientation.none,
this.enableDebugLogging = false,
this.onFlutterError,
this.ownErrorScreen,
this.errorScreen = ErrorScreen.dessert,
this.pixelDebug = false,
this.gridCount = 12,
});