buildWhen property

(bool Function(SheetState oldState, SheetState newState)?) buildWhen
final

Can be used to conditionally invoke builder to improve performance.

Implementation

final bool Function(SheetState oldState, SheetState newState)? buildWhen;