fix: update string interpolation and use const TextStyle for consistency
This commit is contained in:
@@ -50,7 +50,7 @@ class TextIconListTile extends StatelessWidget {
|
||||
children: [
|
||||
TextSpan(
|
||||
text: prefixText,
|
||||
style: TextStyle(
|
||||
style: const TextStyle(
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.bold,
|
||||
color: CustomTheme.primaryColor,
|
||||
|
||||
Reference in New Issue
Block a user