createNode method

  1. @override
TextNode createNode()
override

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

Implementation

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