clearFocusColor method

BarInteractionStyle clearFocusColor()

Clears BarInteractionStyle.focusColor to null.

Implementation

BarInteractionStyle clearFocusColor() => copyWith(clearFocusColor: true);