menu
flutter_drawing_board package
documentation
helpers.dart
ExValueBuilder<T>
shouldRebuild property
shouldRebuild property
dark_mode
light_mode
shouldRebuild
property
bool
Function
(
T
previous
,
T
next
)
?
shouldRebuild
final
是否进行重建
Implementation
final bool Function(T previous, T next)? shouldRebuild;
flutter_drawing_board package
documentation
helpers
ExValueBuilder<T>
shouldRebuild property
ExValueBuilder class