snackBarMessage property

String? snackBarMessage
final

The message shown in the paste parse error snack bar.

The String is shown in the snack bar when there is a paste parse error and snackBarParseError is true.

If null, it defaults to the combination of the two Material localization labels pasteButtonLabel: invalidDateFormatLabel in a Text widget. In English it says "Paste: Invalid format.".

The snackBar uses the closest theme with SnackBarThemeData for its theming.

Implementation

final String? snackBarMessage;