action property

Widget? action
final

A widget defining the action to be taken when the EmptyView is shown.

Usually of type button.

If null, it will not be rendered on the scrren.

Used with default constructor.

Implementation

final Widget? action;