undo: flutter version 3.22.1 -> 3.19.1
This commit is contained in:
@ -93,7 +93,7 @@ class SearchVideoPanel extends StatelessWidget {
|
||||
height: 32,
|
||||
child: IconButton(
|
||||
style: ButtonStyle(
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
),
|
||||
onPressed: () => controller.onShowFilterSheet(ctr),
|
||||
icon: Icon(
|
||||
|
||||
Reference in New Issue
Block a user