DrawerContentSingleSelectWithRadio<T> constructor
const
DrawerContentSingleSelectWithRadio<T> ({
- Key? key,
- DrawerContentSingleSelectWithRadioParams<
T> ? params,
Implementation
const DrawerContentSingleSelectWithRadio({
super.key,
this.params,
}) : super();