closeDialog property
@doc Used to close any dialog, drawer, etc. This calls "Navigator.pop" in all cases, unlike "navigate back" which calls "context.pop" when deep linking.
Implementation
@$pb.TagNumber(7)
$core.bool get closeDialog => $_getBF(6);
@doc Used to close any dialog, drawer, etc. This calls "Navigator.pop" in all cases, unlike "navigate back" which calls "context.pop" when deep linking.
@$pb.TagNumber(7)
$core.bool get closeDialog => $_getBF(6);