Increase padding

This commit is contained in:
Vishnu Mohandas 2021-01-08 12:43:43 +05:30
parent 8ce43c744b
commit ba8c0066ba

View file

@ -164,7 +164,7 @@ class LearnMoreWidget extends StatelessWidget {
),
),
Padding(
padding: const EdgeInsets.fromLTRB(12, 0, 12, 0),
padding: const EdgeInsets.fromLTRB(16, 0, 16, 0),
child: FlatButton(
child: Text("close"),
shape: RoundedRectangleBorder(