createState method
Creates the mutable State associated with this widget.
Implementation
@override
State<ChartBuilder> createState() => _ChartBuilderState();
Creates the mutable State associated with this widget.
@override
State<ChartBuilder> createState() => _ChartBuilderState();