removeChildrenOfExactType method
Implementation
void removeChildrenOfExactType(Type T) =>
children?.removeWhere((child) => (child.runtimeType == (T)));
void removeChildrenOfExactType(Type T) =>
children?.removeWhere((child) => (child.runtimeType == (T)));