mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
info • Unnecessary use of string interpolation • lib/widgets/app_bar.dart:43:23 • unnecessary_string_interpolations
This commit is contained in:
parent
e7a8c36bc4
commit
64428294c9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class AppBarTitle extends StatelessWidget {
|
|||
Text(title, maxLines: 1, overflow: TextOverflow.ellipsis),
|
||||
if (showSubtitle)
|
||||
Text(
|
||||
'$selfName',
|
||||
selfName,
|
||||
style: TextStyle(fontSize: 14, color: Colors.grey[600]),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue