attach method

  1. @override
void attach(
  1. covariant RenderObject child, {
  2. covariant RenderObject? after,
})
override

Implementation

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