UserAction constructor
UserAction({
- Action? action,
- String title = 'Title',
Implementation
UserAction({this.action, this.title = 'Title'});
UserAction({this.action, this.title = 'Title'});