UIComponentAttributeSetter<C extends UIComponent, T> typedef

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

Implementation

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