CustomUpgradeView constructor
const
CustomUpgradeView({
- Key? key,
- required Widget builder(
- BuildContext context,
- UpgradeStateChangeNotifier state
Implementation
const CustomUpgradeView({
super.key,
required this.builder,
});