getChild method

Widget? getChild()

Child

Implementation

Widget? getChild() {
  return _child;
}