Unverified Commit 3423c831 authored by Will Larche's avatar Will Larche Committed by GitHub

[Gallery] Fix fortnightly analysis for consts. (#28431)

parent 746d5f76
......@@ -152,7 +152,7 @@ class FruitPage extends StatelessWidget {
style: textTheme.display3,
),
const SizedBox(width: 4),
Text(
const Text(
'Connor Eghan',
style: TextStyle(
fontFamily: 'Merriweather',
......@@ -224,7 +224,7 @@ TextTheme _buildTextTheme(TextTheme base) {
height: 1.4,
letterSpacing: .25,
),
overline: TextStyle(
overline: const TextStyle(
fontFamily: 'LibreFranklin',
fontSize: 10,
fontWeight: FontWeight.w700,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment