StyleFun2<A, B, S> typedef
StyleFun2<A, B, S> =
S? Function(A a, B b, UserAction? action)
Implementation
typedef StyleFun2<A, B, S> = S? Function(A a, B b, UserAction? action);
typedef StyleFun2<A, B, S> = S? Function(A a, B b, UserAction? action);