ActerPrimaryActionButton typedef
ActionButton for primary actions
This is an ElevatedButton using the primary-colors from the contextual theme
to create a button that indicates a primary action. There should only ever
be one primary action on a page. All input is as for ElevatedButton
.
Implementation
typedef ActerPrimaryActionButton = ElevatedButton;