ItemOption constructor
ItemOption({})
Implementation
ItemOption({
this.title,
this.icon,
this.value,
this.subs,
this.enable = true,
this.textStyle = const TextStyle(color: Color(0xff333333), fontSize: 12),
this.isCheck = false,
});