Sets the value for this field.
@override void setValue(bool? value) { valueListenable.value = value ?? false; }