offset property

Offset? offset

The offset at which to paint the child in the parent's coordinate system.

A null value indicates this inline widget is not laid out. For instance, when the inline widget has never been laid out, or the inline widget is ellipsized away.

Implementation

Offset? get offset => _offset;