Skip to content

Commit

Permalink
Playground: ListTile known issues text update
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 3, 2024
1 parent 30cc35c commit 676202a
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,26 +227,28 @@ class ListTilePanel extends StatelessWidget {
TextSpan(
style: spanTextStyle,
text: 'The minVertical padding is lowest at 4 not at 0 '
'This is a bug in Flutter SDK. For more information see ',
'This may be a bug in Flutter SDK. It will be studied '
'and reported as an ',
),
LinkTextSpan(
style: linkStyle,
uri: _lisTilePlaceholderIssue,
text: 'issue #NNNNN',
text: 'issue',
),
TextSpan(
style: spanTextStyle,
text: '. The ListTileStyle theme property has no effect, '
'see ',
text: ' if it is. The ListTileStyle theme property has no '
'effect, this may also be a bug in Flutter SDK. It will '
'be studied and reported as an ',
),
LinkTextSpan(
style: linkStyle,
uri: _lisTilePlaceholderIssue,
text: 'issue #NNNNN',
text: 'issue',
),
TextSpan(
style: spanTextStyle,
text: '.\n',
text: ' if it is one.\n',
),
],
),
Expand Down

0 comments on commit 676202a

Please sign in to comment.