ListViewPickerSelectToolTemplate class Widgets

{@image } A tool template for selecting something from a PickerView

Inheritance

Constructors

ListViewPickerSelectToolTemplate({required List<String> pickerOptions, 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
pickerOptions List<String>
A list that holds the different options you want to be shown in the picker wheel.
final
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
userSelectedItem String?
getter/setter pair

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