loading property
Widget that is goin to be displayed while loading is in progress If no widget is specified the following defaul widget will be disoplayed:
Center(
child: SizedBox(
width: 64, height: 16, child: LinearProgressIndicator()))
Implementation
final Widget? loading;