upgrade: new version syntax
This commit is contained in:
@ -39,7 +39,7 @@ Future imageSaveDialog(context, videoItem, closeFn) {
|
||||
const BorderRadius.all(Radius.circular(20))),
|
||||
child: IconButton(
|
||||
style: ButtonStyle(
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
),
|
||||
onPressed: () => closeFn!(),
|
||||
icon: const Icon(
|
||||
|
Reference in New Issue
Block a user