Action constructor
Action({
- String? title,
- List<
ActionConfiguration> ? configurations,
Implementation
Action({this.title, this.configurations});
Action({this.title, this.configurations});