initState method

void initState(
  1. BuildContext context,
  2. T box
)

Called when the view is first initialized.

Implementation

void initState(BuildContext context, T box) {}