ThemeEntry constructor

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

Implementation

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