UpdateBottomSheet constructor
const
UpdateBottomSheet({
- Key? key,
- required AppRelease release,
- VoidCallback? onUpdateComplete,
Implementation
const UpdateBottomSheet({
super.key,
required this.release,
this.onUpdateComplete,
});