createState method

  1. @override
_RawEventDetectorState createState()
override

Creates the mutable state for this widget at a given location in the tree.

Implementation

@override
_RawEventDetectorState createState() => _RawEventDetectorState();