SnackBarOption

constructor(animMode: Int? = null, bgTint: Int? = null, bgTintStateList: ColorStateList? = null, textColor: Int? = null, textColorStateList: ColorStateList? = null, isGestureInsetBottomIgnored: Boolean? = null, actionTextColor: Int? = null, actionTextColorStateList: ColorStateList? = null, actionText: CharSequence? = null, action: (View) -> Unit? = null)