OptionsModal constructor
- {Key? key,
- required List<
OptionsModalContent> optionsContents}
Implementation
const OptionsModal({
Key? key,
required this.optionsContents,
}) : super(key: key);
const OptionsModal({
Key? key,
required this.optionsContents,
}) : super(key: key);