upgrade: new version syntax
This commit is contained in:
@ -17,7 +17,7 @@ class ComBtn extends StatelessWidget {
|
||||
height: 34,
|
||||
child: IconButton(
|
||||
style: ButtonStyle(
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
),
|
||||
onPressed: () {
|
||||
fuc!();
|
||||
|
||||
Reference in New Issue
Block a user