primaryAction property
final
A widget (usually a button) that can be placed within this widget to represent the primary action the user can take now that they are authenticated
Implementation
final Widget? primaryAction;
A widget (usually a button) that can be placed within this widget to represent the primary action the user can take now that they are authenticated
final Widget? primaryAction;