createState method

  1. @override
State<StatefulWidget> createState()
override

Creates the mutable State associated with this widget.

Implementation

@override
State createState() => _SelectionAreaState();