fix for slides
This commit is contained in:
@@ -143,7 +143,7 @@ class _HomePageWelcomeState extends State<HomePageWelcome> {
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(100.0),
|
||||
padding: const EdgeInsets.all(80.0),
|
||||
child: Text(
|
||||
"Welcome!",
|
||||
textAlign: TextAlign.center,
|
||||
@@ -154,7 +154,7 @@ class _HomePageWelcomeState extends State<HomePageWelcome> {
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 80.0),
|
||||
padding: const EdgeInsets.only(top: 0.0),
|
||||
child: Text(
|
||||
"Cargo Services",
|
||||
textAlign: TextAlign.center,
|
||||
@@ -260,7 +260,7 @@ class _HomePageWelcomeState extends State<HomePageWelcome> {
|
||||
MaterialPageRoute(builder: (_) => Term()));
|
||||
},
|
||||
child: _buildSmallButton(
|
||||
"Terms of services", Icons.info_outline),
|
||||
"Terms of service", Icons.info_outline),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user