undo: flutter version 3.22.1 -> 3.19.1
This commit is contained in:
@ -95,9 +95,9 @@ class _WhisperDetailPageState extends State<WhisperDetailPage>
|
||||
height: 34,
|
||||
child: IconButton(
|
||||
style: ButtonStyle(
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
backgroundColor: WidgetStateProperty.resolveWith(
|
||||
(Set<WidgetState> states) {
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
backgroundColor: MaterialStateProperty.resolveWith(
|
||||
(Set<MaterialState> states) {
|
||||
return Theme.of(context)
|
||||
.colorScheme
|
||||
.primaryContainer
|
||||
|
||||
Reference in New Issue
Block a user