createNode method

  1. @override
ImageNode createNode()
override

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

Implementation

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