clearFocusColor method
Clears BarInteractionStyle.focusColor to null.
Implementation
BarInteractionStyle clearFocusColor() => copyWith(clearFocusColor: true);
Clears BarInteractionStyle.focusColor to null.
BarInteractionStyle clearFocusColor() => copyWith(clearFocusColor: true);