undo: flutter version 3.22.1 -> 3.19.1
This commit is contained in:
@ -124,7 +124,7 @@ class _BottomControlState extends State<BottomControl> {
|
||||
height: 34,
|
||||
child: IconButton(
|
||||
style: ButtonStyle(
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
),
|
||||
onPressed: () async {
|
||||
bool canUsePiP = false;
|
||||
|
Reference in New Issue
Block a user