ThemeEntry constructor
const
ThemeEntry({
- Key? key,
- required VoidCallback goToCheckout,
Implementation
const ThemeEntry({Key? key, required this.goToCheckout}) : super(key: key);