SureBottomSheetPanel constructor

SureBottomSheetPanel({
  1. String? title,
  2. String? subTitle,
  3. String? cancelText,
  4. String? yesText,
  5. Color? primaryColor,
})

Implementation

SureBottomSheetPanel({
  this.title,
  this.subTitle,
  this.cancelText,
  this.yesText,
  this.primaryColor,
});