loadingPlaceholder property

Widget? loadingPlaceholder
final

If the dashboardItemController uses a DashboardItemStorageDelegate, the loading of the items initially is done with a FutureOr function.

If the function returns a Future, this loading may take a while. In during loading, Dashboard shows loadingPlaceholder.

Default loadingPlaceholder is a centered circular process indicator.

Implementation

final Widget? loadingPlaceholder;