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