snackbarForegroundColorValue property

  1. @override
String get snackbarForegroundColorValue

Default value for snackbarForegroundColor.

Implementation

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