snackbarForegroundColorValue property

  1. @override
String get snackbarForegroundColorValue

Snackbar foreground color (dark: #f8fafc).

Implementation

@override
String get snackbarForegroundColorValue =>
    component?.snackbarForegroundColor?.value ??
    super.snackbarForegroundColorValue;