onState property

DataBuilder<S> onState
final

This is called whenever there is a valid state update in the provided bloc (setState)

Implementation

final DataBuilder<S> onState;