DialogPanel.simpleList constructor

DialogPanel.simpleList({
  1. String? title,
  2. String? subTitle,
  3. required List<BottomSheetItem>? items,
  4. BottomSheetPanelHeight bottomSheetPanelHeight = BottomSheetPanelHeight.L,
  5. bool barrierDismissible = true,
  6. bool removePill = false,
})

Implementation

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