createNode method

  1. @override
InheritedNode<InheritedWidget> createNode()
override

Returns a Node corresponding to this Widget at a particular location in the Node tree.

Implementation

@override
InheritedNode createNode() => InheritedNode(this);