setSelectionWidthStyle method

void setSelectionWidthStyle(
  1. BoxWidthStyle value
)

Implementation

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