createState method
Creates the mutable state for this widget.
Implementation
@override
State<SideBarLayout> createState() => _SideBarLayoutState();
Creates the mutable state for this widget.
@override
State<SideBarLayout> createState() => _SideBarLayoutState();