createNode abstract method

  1. @override
PaintedNode<PaintedWidget, Element> createNode()
override

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

Implementation

@override
PaintedNode createNode();