setSelectionWidthStyle method
Implementation
void setSelectionWidthStyle(BoxWidthStyle value) {
  onNotifyWithCallback(() => selectionWidthStyle = value);
}void setSelectionWidthStyle(BoxWidthStyle value) {
  onNotifyWithCallback(() => selectionWidthStyle = value);
}