SimulateApp constructor
const
SimulateApp({
- Key? key,
- required Widget home(
- BuildContext context
- required GeneralLibFlutterApp generalLibFlutterApp,
- String? title,
Implementation
const SimulateApp({
super.key,
required this.home,
required this.generalLibFlutterApp,
this.title,
});