SecondaryAction class

Secondary actions appear in runner results as icons to the right of the match's title.

Constructors

SecondaryAction({required String id, required String text, required String icon})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String
Name of the icon to display for this secondary action.
final
id String
A unique ID to identify this action if asked to run it.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Text to show if the user hovers the mouse over the icon.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited