createState method

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

Creates the state containing the functionality for the widget.

Implementation

@override
State<StatefulWidget> createState() => MapPinPillComponentState();