customStackBar top-level property

SnackBarThemeData customStackBar
final

Implementation

final customStackBar = SnackBarThemeData(
  elevation: 2,
  shape: RoundedRectangleBorder(
    borderRadius: BorderRadius.circular(Dimens.standardSpacing),
  ),
  behavior: SnackBarBehavior.floating,
);