focusIndicatorProviders top-level constant

List<FactoryProvider<Object>> const focusIndicatorProviders

Implementation

const focusIndicatorProviders = [
  FactoryProvider(
      FocusIndicatorController, createFocusIndicatorControllerIfNotAvailable)
];