createState method

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

Creates the mutable state for this widget.

Implementation

@override
State<MenuBar> createState() => _MenuBarState();