PropertyChangeBuilder<T, S> typedef

PropertyChangeBuilder<T, S> = Widget Function(BuildContext, T?, Set<S>?)

Implementation

typedef PropertyChangeBuilder<T, S> = Widget Function(BuildContext, T?, Set<S>?);