ThemeEntrySoweto constructor
const
ThemeEntrySoweto({
- Key? key,
- required VoidCallback goToCheckout,
- Widget? favouriteWidget,
- Widget? orderHistoryWidget,
- Widget? userAccountWidget,
Implementation
const ThemeEntrySoweto({Key? key, required this.goToCheckout, this.favouriteWidget, this.orderHistoryWidget, this.userAccountWidget}) : super(key: key);