BottomSheetUpdateVersion constructor

BottomSheetUpdateVersion({
  1. AppVersionResult? appVersionResult,
  2. Widget? content,
  3. bool mandatory = false,
  4. String? title,
  5. Key? key,
})

Implementation

BottomSheetUpdateVersion(
    {this.appVersionResult,
    this.content,
    this.mandatory = false,
    this.title,
    super.key});