CDKFieldColorHex constructor
Implementation
const CDKFieldColorHex({
Key? key,
this.textSize = 12,
this.value = 0,
this.enabled = true,
this.onValueChanged,
this.onTextChanged,
}) : super(key: key);
const CDKFieldColorHex({
Key? key,
this.textSize = 12,
this.value = 0,
this.enabled = true,
this.onValueChanged,
this.onTextChanged,
}) : super(key: key);