CustomTextSelectionControls constructor

CustomTextSelectionControls({
  1. Widget? customHandleWidget,
  2. Color handleColor = const Color(0xFFF15A29),
})

Implementation

CustomTextSelectionControls({
  this.customHandleWidget,
  this.handleColor = const Color(0xFFF15A29),
});