ImageNode constructor

ImageNode(
  1. Image widget
)

Creates a new instance of ImageNode.

Implementation

ImageNode(super.widget) : super(element: html.ImageElement());