emptyPlaceholder property

Widget? emptyPlaceholder
final

If the function don't have any data then it should display something In empty data, Dashboard shows emptyPlaceholder.

Default emptyPlaceholder is a sizedBox means just empty space.

Implementation

final Widget? emptyPlaceholder;