createState method

  1. @override
State<GridView<T>> createState()
override

Creates the mutable state for this widget.

Implementation

@override
State<GridView<T>> createState() => _GridViewState<T>();