menu
streamable_state package
documentation
streamable.dart
Streamed<T>
builder property
builder property
dark_mode
light_mode
builder
property
Widget
Function
(
T?
)
builder
final
The builder to build with
Implementation
final Widget Function(T?) builder;
streamable_state package
documentation
streamable
Streamed<T>
builder property
Streamed class