message property

  1. @override
String? get message
override

Implementation

@override
String? get message =>
    '$FlutterQuillLocalizations instance is required and could not found.\n'
    'Add the delegate `FlutterQuillLocalizations.delegate` to your widget app (e.g., MaterialApp) to fix.\n'
    'If the issue continues, consider reporting a bug.\n'
    'See https://github.com/singerdmx/flutter-quill/blob/master/doc/translation.md';