FxRadioButton<T> constructor
const
FxRadioButton<T> ({})
Implementation
const FxRadioButton({
Key? key,
required this.value,
required this.groupValue,
required this.onChanged,
this.text,
this.size = 16.0,
this.toggleable = false,
this.activeImg = "images/ic_trans_price_change_select.png",
this.fillImg = "images/ic_trans_price_change_unselect.png",
}) : super(key: key);