createFocusIndicatorControllerIfNotAvailable function

  1. @Injectable.new()
FocusIndicatorController createFocusIndicatorControllerIfNotAvailable(
  1. @Optional.new() @SkipSelf.new() FocusIndicatorController controller
)

Implementation

@Injectable()
FocusIndicatorController createFocusIndicatorControllerIfNotAvailable(
        @Optional() @SkipSelf() FocusIndicatorController controller) =>
    controller ?? FocusIndicatorController();