UIComponentAttributeGetter<C extends UIComponent, T> typedef

UIComponentAttributeGetter<C extends UIComponent, T> = T? Function(C uiComponent)

Implementation

typedef UIComponentAttributeGetter<C extends UIComponent, T> = T? Function(
    C uiComponent);