form property

FormController<TValue>? form
final

Context for forms.

The widget is created outside of the widget in advance and handed over to the client.

フォーム用のコンテキスト。

予めウィジェット外で作成し渡します。

Implementation

final FormController<TValue>? form;