remove button height

merge-requests/620/head
Elham Rababah 5 years ago
parent f0457f4e99
commit fe581ae7ce

@ -49,7 +49,7 @@ class _AppButtonState extends State<AppButton> {
@override
Widget build(BuildContext context) {
return Container(
height: MediaQuery.of(context).size.height * 0.075,
// height: 60,//MediaQuery.of(context).size.height * 0.075,
child: IgnorePointer(
ignoring: widget.loading ||widget.disabled,
child: RawMaterialButton(

Loading…
Cancel
Save