RadioButtonList constructor
RadioButtonList(})
Implementation
RadioButtonList(this.items,
{this.onChanged,
this.title,
this.isVertical = false,
this.hoveredColor,
this.isExpanded = false,
this.textStyle,
this.flex = 1,
this.color}) {
textStyle ??= Get.find<AppFonts>().S();
}