CustomColorSelectionHandle constructor

CustomColorSelectionHandle(
  1. Color handleColor
)

Implementation

CustomColorSelectionHandle(this.handleColor)
    : _controls = Platform.isIOS
          ? cupertinoTextSelectionControls
          : materialTextSelectionControls;