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