ListModal constructor

const ListModal({
  1. Key? key,
  2. required List<Widget> children,
  3. BottomSheetModel? model,
})

Required the children and the model

Implementation

const ListModal({super.key, required this.children, this.model});