StyleFun3<A, B, C, S> typedef

StyleFun3<A, B, C, S> = S? Function(A a, B b, C c, UserAction? action)

Implementation

typedef StyleFun3<A, B, C, S> = S? Function(A a, B b, C c, UserAction? action);