focus method

Ink focus(
  1. Color color, [
  2. int? alpha
])

Implementation

Ink focus(Color color, [int? alpha]) => _config(focus: color.withAlpha(alpha ?? palette.tint.alpha));