setSelectionColor method

void setSelectionColor(
  1. Color? value
)

Implementation

void setSelectionColor(Color? value) {
  onNotifyWithCallback(() => selectionColor = value);
}