PulseInputToolTemplate class Widgets

{@image } A Tool template that gives the user a grounding mini game with a prompt.

Inheritance

Constructors

PulseInputToolTemplate({required dynamic templatePrompt, required dynamic badgeIcon})

Properties

badgeIcon IconData
The badge associated with a tool input card
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templatePrompt String
The string describing what to input into a tool
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNextCard() → void
inherited
onPreviousCard() → void
inherited
returnActiveToolCard() Widget
override
returnTemplateSummary() Widget
override
toString() String
A string representation of this object.
inherited

Operators

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