span property

PlaceholderSpan? span
getter/setter pair

The PlaceholderSpan associated with this render child.

This field is usually set by a ParentDataWidget, and is typically not null when performLayout is called.

Implementation

PlaceholderSpan? span;