HomeownerScreen constructor

const HomeownerScreen({
  1. Key? key,
  2. required StatefulNavigationShell shell,
  3. required List<Widget> children,
})

Implementation

const HomeownerScreen({
  super.key,
  required this.shell,
  required this.children,
});