ArcaneFormBool<T> constructor
const
ArcaneFormBool<T> ({})
Implementation
const ArcaneFormBool(
{super.key,
this.builder,
this.rightHanded = false,
this.tristate = false,
required this.reader,
required this.writer,
this.placeholder,
required super.label,
super.subLabel});