@override Widget build(BuildContext context) { return widget?.build(context) ?? const SizedBox.shrink(); }