We have:
final Widget? body;
And later in code:
final content = Column( children: [ ...items, if (body != null) body!