FormMultiMediaDelegate class abstract

A delegate to determine the design of FormMultiMedia.

Describe the entire build in build.

FormMultiMediaのデザインを決めるためのデリゲート。

buildに全体のビルド内容を記載します。

Implementers
Available Extensions
Annotations

Constructors

FormMultiMediaDelegate()
A delegate to determine the design of FormMultiMedia.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
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