primaryAction property

Widget? primaryAction
final

Primary action button for the empty state, typically used to guide the user to take an action.

It is recommended to use a ZetaButton for consistency.

Implementation

final Widget? primaryAction;