dismissDirection property
final
The direction in which the SnackBar can be dismissed.
If this property is null, then SnackBarThemeData.dismissDirection of ThemeData.snackBarTheme is used. If that is null, then the default is DismissDirection.down.
Implementation
final DismissDirection? dismissDirection;