withSelectionColor method

InteractionTheme withSelectionColor(
  1. Color value
)

Replaces InteractionTheme.selectionColor with value.

Implementation

InteractionTheme withSelectionColor(Color value) =>
    copyWith(selectionColor: value);