Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update code_segments.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl committed Aug 6, 2020
1 parent 99bf9a5 commit f9db24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/codeviewer/code_segments.dart
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class CodeSegments {
TextSpan(style: codeStyle.baseStyle, text: ' '),
TextSpan(style: codeStyle.punctuationStyle, text: '['),
TextSpan(style: codeStyle.baseStyle, text: '\u000a '),
TextSpan(style: codeStyle.classStyle, text: 'FlatButton'),
TextSpan(style: codeStyle.classStyle, text: 'TextButton'),
TextSpan(style: codeStyle.punctuationStyle, text: '('),
TextSpan(style: codeStyle.baseStyle, text: '\u000a child'),
TextSpan(style: codeStyle.punctuationStyle, text: ':'),
Expand Down Expand Up @@ -345,7 +345,7 @@ class CodeSegments {
TextSpan(style: codeStyle.baseStyle, text: '_showMultipleActions'),
TextSpan(style: codeStyle.punctuationStyle, text: ')'),
TextSpan(style: codeStyle.baseStyle, text: '\u000a '),
TextSpan(style: codeStyle.classStyle, text: 'FlatButton'),
TextSpan(style: codeStyle.classStyle, text: 'TextButton'),
TextSpan(style: codeStyle.punctuationStyle, text: '('),
TextSpan(style: codeStyle.baseStyle, text: '\u000a child'),
TextSpan(style: codeStyle.punctuationStyle, text: ':'),
Expand Down

0 comments on commit f9db24c

Please sign in to comment.