message property

  1. @override
String? message
override

Implementation

@override
String? get message =>
    'FlutterQuillLocalizations instance is required and could not found. '
    'Ensure that you are wrapping the current widget with '
    'FlutterQuillLocalizationsWidget or add '
    'FlutterQuillLocalizations.delegate to the localizationsDelegates '
    'in your App widget (e.,g WidgetsApp, MaterialApp). If you believe this is a bug, consider reporting it.';