child property
LogSpan?
get
child
The main content span (if null, nothing is rendered).
Implementation
LogSpan? get child => getSlot(childSlot);
set
child
(LogSpan? v)
Implementation
set child(LogSpan? v) => setSlot(childSlot, v);