root property

  1. @override
Image? root
override

Returns the root image of the parent texture of this sub-texture.

Implementation

@override
ui.Image? get root {
  return _parent!.root;
}
void root=(Image? _root)
inherited

The underlying platform Image data for the texture.

Implementation

ui.Image? root;