Replace deprecated MaterialStateProperty with WidgetStateProperty in admin_scaffold
This commit is contained in:
parent
6867c95ca6
commit
8365d0c079
|
|
@ -90,7 +90,7 @@ class AdminScaffold extends StatelessWidget {
|
|||
dataTextStyle: const TextStyle(
|
||||
color: Color(0xFFCBD5F5),
|
||||
),
|
||||
headingRowColor: MaterialStateProperty.all(panel),
|
||||
headingRowColor: WidgetStateProperty.all(panel),
|
||||
dividerThickness: 1,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue