keyboardFocusIndicatorColor constant

CupertinoDynamicColor const keyboardFocusIndicatorColor

The ring that appears around the currently focused control when using the keyboard for interface navigation.

Implementation

static const keyboardFocusIndicatorColor =
    CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(0, 103, 244, 0.25),
  darkColor: Color.fromRGBO(26, 169, 255, 0.3),
);