withCaretPolicies method
Implementation
TestSuperEditorConfigurator withCaretPolicies({
bool? displayCaretWithExpandedSelection,
}) {
if (displayCaretWithExpandedSelection != null) {
_config.displayCaretWithExpandedSelection = displayCaretWithExpandedSelection;
}
return this;
}