build abstract method

Widget build(
  1. BuildContext context,
  2. FormRef ref
)

Build the internal widget.

The context used during the build is passed as is.

It also inherits WidgetRef for updating the state in ref and is passed FormRef containing information for the form.

内部のウィジェットをビルドします。

ビルド中に使用されるcontextがそのまま渡されます。

また、refに状態を更新するためのWidgetRefを継承し、フォーム用の情報が含まれたFormRefが渡されます。

Implementation

Widget build(BuildContext context, FormRef ref);