staticChildBuilder method

Widget? staticChildBuilder(
  1. BuildContext context
)

A Function that builds UI for the static child that builds only once

When reactive is set to false the builder is used as the static child and is only ever built once.

Implementation

Widget? staticChildBuilder(BuildContext context) => null;