BottomSheetPanel.defaultPanel constructor

BottomSheetPanel.defaultPanel({
  1. String? title,
  2. String? subTitle,
  3. String? okButtonText,
  4. Color? primaryColor,
  5. String? cancelText,
  6. BottomSheetPanelHeight bottomSheetPanelHeight = BottomSheetPanelHeight.L,
  7. bool barrierDismissible = true,
  8. bool removePill = false,
})

Implementation

BottomSheetPanel.defaultPanel({this.title, this.subTitle, this.okButtonText, this.primaryColor, this.cancelText, this.bottomSheetPanelHeight = BottomSheetPanelHeight.L, this.barrierDismissible = true, this.removePill = false})
    : child = null,
      dense = null,
      formGroups = null,
      groups = null,
      items = null,
      multipleItemBackgrounds = null,
      useNavigator = false,
      _type = 5;