snackStyle property

SnackStyle snackStyle
final

Snack can be floating or be grounded to the edge of the screen. If grounded, I do not recommend using margin or borderRadius. SnackStyle.FLOATING is the default If grounded, I do not recommend using a backgroundColor with transparency or barBlur

Implementation

final SnackStyle snackStyle;