Validate given widget is not null and returns given value if null.
Widget validate({Widget value = const SizedBox()}) => this ?? value;