CustomCheckedText constructor
CustomCheckedText(})
Implementation
CustomCheckedText(
this.data, {
Key? key,
required this.value,
this.style,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.maxLines,
this.colorCheck,
this.colorNormal,
this.fontSize,
this.clickable,
this.onChanged,
}) : super(key: key);