createState method

  1. @override
State<LinkView> createState()

Creates the mutable state for this component.

Implementation

@override
State<LinkView> createState() => _LinkViewState();