Skip to content
Snippets Groups Projects
Commit 1364b36c authored by poka's avatar poka
Browse files

fix: flutter format

parent 1f1ccc08
No related branches found
No related tags found
1 merge request!52Dev
Pipeline #18212 failed
......@@ -31,4 +31,4 @@ class BuildImage extends StatelessWidget {
border: Border.all(color: Colors.grey[900]!)),
child: Image.asset('assets/onBoarding/$assetName', width: imageWidth));
}
}
\ No newline at end of file
}
......@@ -39,4 +39,4 @@ class BuildText extends StatelessWidget {
letterSpacing: 0.3)),
);
}
}
\ No newline at end of file
}
......@@ -24,4 +24,4 @@ class FaderTransition extends PageRouteBuilder {
child: child,
),
);
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment