withSelectionColor method
- Color value
Replaces InteractionTheme.selectionColor with value.
Implementation
InteractionTheme withSelectionColor(Color value) =>
copyWith(selectionColor: value);
Replaces InteractionTheme.selectionColor with value.
InteractionTheme withSelectionColor(Color value) =>
copyWith(selectionColor: value);