SimpleImage constructor

SimpleImage()

Implementation

SimpleImage() : super('SimpleImage') {
  nodeRoot.style
    ..alignItems = _verticalAlign
    ..justifyContent = _horizontalAlign;
}