Skip to content

Commit

Permalink
refac
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealBitcoinClub committed Mar 16, 2022
1 parent 5c5fa0f commit 301e5cf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/AddNewPlaceWidget.dart
Expand Up @@ -350,15 +350,9 @@ class _AddNewPlaceWidgetState extends State<AddNewPlaceWidget> {
mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[
wrapBuildColumnPreFillContinent(ctx),
SizedBox(
height: 10,
width: 10,
),
buildSizedBoxSeparator(),
wrapBuildColumnPreFillPlace(ctx),
SizedBox(
height: 30,
width: 10,
),
buildSizedBoxSeparator(multiplier: 3.0),
wrapBuildColumnName(ctx),
wrapBuildColumnAdr(ctx),
wrapBuildGoogleButtons(ctx),
Expand Down

0 comments on commit 301e5cf

Please sign in to comment.