createState method
Creates the mutable state for this component.
Implementation
@override
State<CopyButton> createState() => _CopyButtonState();
Creates the mutable state for this component.
@override
State<CopyButton> createState() => _CopyButtonState();