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