SemanticsDebugger constructor

const SemanticsDebugger({Key key, Widget child })

Creates a widget that visualizes the semantics for the child.

The child argument must not be null.

Implementation

const SemanticsDebugger({ Key key, this.child }) : super(key: key);