onCreateTap property
Called when the create affordance is tapped. The screen owns no create
form of its own — same division as onRecordTap — so a host that never
wires this up gets no create button at all, never one that renders and
silently no-ops on tap.
Implementation
final VoidCallback? onCreateTap;