snackbarForegroundColorValue property
String
get
snackbarForegroundColorValue
Snackbar foreground color (dark: #f8fafc).
Implementation
@override
String get snackbarForegroundColorValue =>
component?.snackbarForegroundColor?.value ??
super.snackbarForegroundColorValue;