createState method

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

Creates the mutable State for this widget.

Implementation

@override
State<CodeView> createState() => _CodeViewState();