StorebountyTheme constructor

const StorebountyTheme({
  1. Key? key,
  2. required VoidCallback goToCheckout,
  3. Widget? favouriteWidget,
  4. Widget? orderHistoryWidget,
  5. Widget? userAccountWidget,
  6. Widget? drawerContent,
})

Implementation

const StorebountyTheme({Key? key, required this.goToCheckout, this.favouriteWidget, this.orderHistoryWidget, this.userAccountWidget, this.drawerContent}) : super(key: key);