showSubAction property

  1. @TagNumber(1)
bool get showSubAction

@doc Whether to allow the SnackBar to trigger another action.

Implementation

@$pb.TagNumber(1)
$core.bool get showSubAction => $_getBF(0);
  1. @TagNumber(1)
set showSubAction (bool value)

Implementation

@$pb.TagNumber(1)
set showSubAction($core.bool value) => $_setBool(0, value);