Improvement

main_design2.0
zaid_daoud 2 years ago
parent 683ff899c2
commit b78da03ae5

@ -20,10 +20,7 @@ class AppFilledButton extends StatelessWidget {
return SizedBox( return SizedBox(
width: maxWidth ? double.infinity : null, width: maxWidth ? double.infinity : null,
child: Padding( child: Padding(
padding: const EdgeInsets.symmetric( padding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth, vertical: 20.toScreenHeight),
horizontal: 16,
vertical: 20,
),
child: ElevatedButton( child: ElevatedButton(
style: ElevatedButton.styleFrom( style: ElevatedButton.styleFrom(
elevation: 0, elevation: 0,

Loading…
Cancel
Save