notificationChild property

Widget get notificationChild

Implementation

Widget get notificationChild {
  if (widget.child != null) {
    return widget.child!;
  }
  return widget.notificationChildBuilder!();
}