createState method

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

Creates the mutable state for this widget.

Implementation

@override
State<Checkbox> createState() => _CheckboxState();