createState method

  1. @override
_SuggestAnArticleState createState ()
override

Creates the state containing the functionality and widget tree.

Implementation

@override
/// Creates the state containing the functionality and widget tree.
_SuggestAnArticleState createState() => _SuggestAnArticleState();