upgrade: new version syntax
This commit is contained in:
@ -217,7 +217,7 @@ class VideoContent extends StatelessWidget {
|
||||
bottom: -4,
|
||||
child: IconButton(
|
||||
style: ButtonStyle(
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
),
|
||||
onPressed: () {
|
||||
showDialog(
|
||||
|
||||
Reference in New Issue
Block a user