attach method
Implementation
@override
void attach(covariant RenderObject child, {covariant RenderObject? after}) {
throw UnsupportedError('Text nodes cannot have children attached to them.');
}
@override
void attach(covariant RenderObject child, {covariant RenderObject? after}) {
throw UnsupportedError('Text nodes cannot have children attached to them.');
}