BottomSheetUpdateVersion constructor
BottomSheetUpdateVersion({
- AppVersionResult? appVersionResult,
- Widget? content,
- bool? mandatory,
- String? title,
- Key? key,
Implementation
BottomSheetUpdateVersion(
{this.appVersionResult,
this.content,
this.mandatory,
this.title,
super.key});