upgrade: new version syntax
This commit is contained in:
@ -90,9 +90,8 @@ class _MemberPageState extends State<MemberPage>
|
||||
() => Text(
|
||||
_memberController.memberInfo.value.name ?? '',
|
||||
style: TextStyle(
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.onBackground,
|
||||
color:
|
||||
Theme.of(context).colorScheme.onSurface,
|
||||
fontSize: 14),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user