child property

Widget child

Implementation

Widget get child {
  return SizedBox(
    height: _getHeight(),
    child: this._child,
  );
}