HomeViewChassisBuilder<T extends ChassisAbstract> constructor
const
HomeViewChassisBuilder<T extends ChassisAbstract> (
- T child, {
- Key? key,
Implementation
const HomeViewChassisBuilder(this.child,
{Key? key, required GlobalKey<NavigatorState> mainNavigator})
: super(key: key);