menu
flutter_waya package
documentation
components/builder.dart
CustomStreamBuilder<T>
onDone property
onDone property
dark_mode
light_mode
onDone
property
CustomStreamBuilderDone
<
T
>
onDone
final
完成时 UI回调 异步返回的数据一定不为null
Implementation
final CustomStreamBuilderDone<T> onDone;
flutter_waya package
documentation
components/builder
CustomStreamBuilder<T>
onDone property
CustomStreamBuilder class