invokeAfterClosing property

bool invokeAfterClosing
final

onPressed for SpeedDial will be called after completely closing the SpeedDial. Enabling it will prevent SpeedDial from showing between navigation transitions or when SnackBar is being shown.

Implementation

final bool invokeAfterClosing;