MenuRadio<T> constructor
const
MenuRadio<T> ({})
Implementation
const MenuRadio({
super.key,
required this.value,
required this.child,
this.trailing,
this.focusNode,
this.enabled = true,
this.autoClose = true,
});