Open pishguy opened 1 year ago
is there any English document here?
whats different between them? $build<TValue> When the value of the specified ValueListenable changes, use the builder to build the Widget
$build<TValue>
$buildOn<TValue> method When the value of the specified ValueListenable changes, use the builder to build the Widget
$buildOn<TValue> method
https://pub.dev/documentation/mvvm/latest/mvvm/ValueWidgetBuilderMixin/$buildOn.html
@pishguy @buildOn uses the return result of the on function in the parameter to decide whether to build
@buildOn
on
build
is there any English document here?
whats different between them?
$build<TValue>
When the value of the specified ValueListenable changes, use the builder to build the Widget$buildOn<TValue> method
When the value of the specified ValueListenable changes, use the builder to build the Widget