menu
lm_labs_utils package
documentation
widgets.dart
AsyncValueWidget<T>
AsyncValueWidget.new const constructor
AsyncValueWidget.new const constructor
dark_mode
light_mode
AsyncValueWidget<
T
>
constructor
const
AsyncValueWidget<
T
>
(
{
required
AsyncValue
<
T
>
value
,
required
Widget
builder
(
T
),
Key
?
key
,
})
Implementation
const AsyncValueWidget({ required this.value, required this.builder, super.key, });
lm_labs_utils package
documentation
widgets
AsyncValueWidget<T>
AsyncValueWidget.new const constructor
AsyncValueWidget class