OptionsModal constructor

const OptionsModal(
  1. {Key? key,
  2. required List<OptionsModalContent> optionsContents}
)

Implementation

const OptionsModal({
  Key? key,
  required this.optionsContents,
}) : super(key: key);