Flutter 自定义函数类型
Jul 27, 2022
1 min read
typedef ShouldRebuildFunction<T> = bool Function(T oldWidget, T newWidget);