LoadingSwitcher constructor
const
LoadingSwitcher({})
Implementation
const LoadingSwitcher({
super.key,
this.child,
this.timedOutChild = const Center(
child: CircularProgressIndicator(),
),
this.initialChild = const SizedBox(),
this.timeout = const Duration(milliseconds: 200),
this.switchDuration = const Duration(milliseconds: 100),
});