snackbarWidth property

double? snackbarWidth
final

Width of the snackbar (percentage of screen width, 0-1)

If null, defaults to 90% of screen width. Only applies to snackbar modals.

Implementation

final double? snackbarWidth;