initStateWithContext method

void initStateWithContext(
  1. BuildContext context
)

Called one frame after initState.

Override this method to perform any initialization logic for the widget.

Implementation

void initStateWithContext(BuildContext context) {}