shouldSkip property

ShouldSkip<S?>? shouldSkip
final

This is called on every event can be used to skip rebuild on an event

Widget is rebuild if this returns false Rebuild is skipped if this returns true

Implementation

final ShouldSkip<S?>? shouldSkip;