SelectionWidget constructor
const
SelectionWidget({
- Key? key,
- required SelectionController selectionController,
- bool useIcon = false,
Implementation
const SelectionWidget({
Key? key,
required this.selectionController,
this.useIcon = false,
}) : super(key: key);