hcbpassos / double_back_to_close_app

A Flutter package that allows Android users to press the back-button twice to close the app.
BSD 2-Clause "Simplified" License
59 stars 17 forks source link

how to set width of snackBar? #10

Closed dancheng99 closed 4 years ago

dancheng99 commented 4 years ago

how to set width of snackBar?

ghost commented 4 years ago

This library just uses the SnackBar you created, which is a Flutter widget. Its size doesn't concern this library.

However, in order to help you, I did a little research on how to set SnackBar's width, but seems like it's not possible :(