BottomSheetPanel.child constructor

BottomSheetPanel.child({
  1. required Widget? child,
  2. BottomSheetPanelHeight bottomSheetPanelHeight = BottomSheetPanelHeight.L,
  3. bool barrierDismissible = true,
  4. bool removePill = false,
})

Eger geri birsey dondurecek bir tus koyacaksan overbottomsheetde geri dondurmek icin tus var

Implementation

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