UIComponentAttributeAppender<C extends UIComponent, T> typedef

UIComponentAttributeAppender<C extends UIComponent, T> = void Function(C uiComponent, T? value)

Implementation

typedef UIComponentAttributeAppender<C extends UIComponent, T> = void Function(
    C uiComponent, T? value);