We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd5485 commit a9d5a7bCopy full SHA for a9d5a7b
examples/flutter_gallery/lib/gallery/syntax_highlighter.dart
@@ -40,7 +40,7 @@ class SyntaxHighlighterStyle {
40
final TextStyle constantStyle;
41
}
42
43
-abstract class SyntaxHighlighter { //ignore: one_member_abstracts
+abstract class SyntaxHighlighter { // ignore: one_member_abstracts
44
TextSpan format(String src);
45
46
0 commit comments