ChassisAllView constructor
const
ChassisAllView({})
Implementation
const ChassisAllView({
key,
required Widget body,
required int selectedIndex,
required GlobalKey<NavigatorState> mainNavigatorKey,
Widget floatingButton = const SizedBox(),
List<Widget> actions = const [],
}) : super(
body: body,
selectedIndex: selectedIndex,
mainNavigatorKey: mainNavigatorKey,
floatingButton: floatingButton,
actions: actions);