HomeownerScreen constructor
- Key? key,
- required StatefulNavigationShell shell,
- required List<
Widget> children,
Implementation
const HomeownerScreen({
super.key,
required this.shell,
required this.children,
});
const HomeownerScreen({
super.key,
required this.shell,
required this.children,
});