Action constructor
Action({
- String? title,
- List<
ActionConfiguration> ? configurations,
Creates a new action with optional title and configurations.
Implementation
Action({this.title, this.configurations});