remove method
Implementation
@override
void remove(covariant RenderObject child) {
throw UnsupportedError('Text nodes cannot have children removed from them.');
}
@override
void remove(covariant RenderObject child) {
throw UnsupportedError('Text nodes cannot have children removed from them.');
}