FormMultiMediaListTileDelegate class

A delegate to build a FormMultiMedia with a design of the type arranged in a list.

Specify the text to be added in addLabel.

Specify an icon for adding an item in addIcon and an icon for removing an item in removeIcon.

リストに並べるタイプのデザインを持つFormMultiMediaを構築するためのデリゲート。

addLabelに追加を行うためのテキストを指定してください。

addIconに追加時のアイコン、removeIconに各項目を削除するときのアイコンを指定します。

Inheritance
Available Extensions
Annotations

Constructors

FormMultiMediaListTileDelegate({required Widget addLabel, IconData addIcon = Icons.add, IconData removeIcon = Icons.close})
A delegate to build a FormMultiMedia with a design of the type arranged in a list.
const

Properties

addIcon IconData
Icon at the time of addition.
final
addLabel Widget
Text at time of addition.
final
hashCode int
The hash code for this object.
no setterinherited
removeIcon IconData
Icon for deleting each item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build<TValue>(BuildContext context, FormMultiMediaRef<TValue> ref, FormMultiMedia<TValue> widget, List<FormMediaValue> values) Widget
Build the whole thing.
override
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