Answers for "How to change the padding of the snackbar in flutter"

4

How to change the padding of the snackbar in flutter

behavior: SnackBarBehavior.floating,
margin: const EdgeInsets.fromLTRB(15.0, 5.0, 15.0, 10.0), //It can not be used if width is specified.
padding: const EdgeInsets.all(16.0),
Posted by: Guest on August-24-2021

Code answers related to "How to change the padding of the snackbar in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language