There’s a default side-by-side spacing in MAUI Snackbar using the community toolkit, and I’m looking to remove it. Any insights on how to achieve that?
var snackbarOptions = new SnackbarOptions
{
BackgroundColor = Colors.Black,
TextColor = Colors.White,
ActionButtonTextColor = _themeColor,
CornerRadius = new CornerRadius(0),
Font = Font.SystemFontOfSize(_fontSize),
};
New contributor
Saidali P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.