OptionalactionOptionalactionAction Text Color of the snackbar.
OptionalanchorThe view you want to "anchor the snack above". The snackbar will appear above that view
OptionalbackgroundBackground Color of the snackbar.
OptionalhideDelay in ms to hide the snackbar. Note: iOS only allows a maximum of 10s. If the value is more than that for iOS, the hideDelay will be set to 10s
OptionaliosiOS function to ignore special case of presentedViewController like not wanting to show a snack inside a Popover
OptionalisRTLAndroid Only Use RTL for textview of snackbar.
OptionalmaxAndroid Only Set the maxLines if you are displaying a long string of text and it will wrap.
The text of the snackbar.
OptionaltextText Color of the snackbar.
Optionalviewoptional View to attach the snack to
The action button text of the snackbar.