menu
neuron
neuron.dart
AsyncSlot
<
T
>
onLoading property
onLoading
dark_mode
light_mode
onLoading
property
Widget
Function
(
BuildContext
context
)
?
onLoading
final
Builder for the loading state.
Implementation
final Widget Function(BuildContext context)? onLoading;
neuron
neuron
AsyncSlot
<
T
>
onLoading property
AsyncSlot class