DrawerContentSingleSelectWithRadio<T> constructor

const DrawerContentSingleSelectWithRadio<T>({
  1. Key? key,
  2. DrawerContentSingleSelectWithRadioParams<T>? params,
})

Implementation

const DrawerContentSingleSelectWithRadio({
  super.key,
  this.params,
}) : super();