build abstract method

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

Build the internal widget.

The context used during the build is passed as is.

Also, WidgetRef is passed to ref to update the state.

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

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

また、refに状態を更新するためのPageRefが渡されます。

Implementation

Widget build(BuildContext context, PageRef ref);