effectiveEditor property
Built-in editor mode used when this column enters edit state.
Implementation
@override
FdcEditorType get effectiveEditor {
return control == FdcBooleanControl.switchControl
? FdcEditorType.switcher
: FdcEditorType.checkbox;
}