withIosCaretStyle method
Implementation
TestSuperEditorConfigurator withIosCaretStyle({
double? width,
Color? color,
double? handleBallDiameter,
}) {
_config.iosCaretWidth = width;
_config.iosHandleColor = color;
_config.iosHandleBallDiameter = handleBallDiameter;
return this;
}