snackbarForegroundColorValue property
Default value for snackbarForegroundColor.
Implementation
@override
String get snackbarForegroundColorValue =>
component?.snackbarForegroundColor?.value ??
super.snackbarForegroundColorValue;
Default value for snackbarForegroundColor.
@override
String get snackbarForegroundColorValue =>
component?.snackbarForegroundColor?.value ??
super.snackbarForegroundColorValue;