TriInputToolTemplate class Widgets

{@image } A tool template for showing 3 prompts and text fields.

Inheritance

Constructors

TriInputToolTemplate({required String textPrompt1, required String textPrompt2, required String textPrompt3, required dynamic templatePrompt, required dynamic badgeIcon})

Properties

answer1 String?
getter/setter pair
answer2 String?
getter/setter pair
answer3 String?
getter/setter pair
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
textPrompt1 String
final
textPrompt2 String
final
textPrompt3 String
final

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