onActionPressed property
Callback invoked when the action button is pressed.
Required if actionText is set; enables handling events like data refresh
in FillScreen or navigation in AbstractScreen. Uses null safety for optional use.
Implementation
final VoidCallback? onActionPressed;