withAndroidCaretStyle method
Implementation
TestSuperEditorConfigurator withAndroidCaretStyle({
double? width,
Color? color,
}) {
_config.androidCaretWidth = width;
_config.androidCaretColor = color;
return this;
}
TestSuperEditorConfigurator withAndroidCaretStyle({
double? width,
Color? color,
}) {
_config.androidCaretWidth = width;
_config.androidCaretColor = color;
return this;
}