|
|
|
@ -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,
|
|
|
|
|