Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bem Estar
Frontend
Commits
ad101520
Commit
ad101520
authored
4 years ago
by
JBannura
Browse files
Options
Download
Email Patches
Plain Diff
Centralizando título da app bar
parent
44d85922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AgesMental/lib/screens/register/SocialMediaQuestions.dart
+1
-1
AgesMental/lib/screens/register/SocialMediaQuestions.dart
with
1 addition
and
1 deletion
+1
-1
AgesMental/lib/screens/register/SocialMediaQuestions.dart
View file @
ad101520
...
...
@@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
//Packages App imports
import
'package:AgesMental/utils/buttons/Buttons.dart'
;
import
'package:AgesMental/utils/navigation/NavigationProfile.dart'
;
import
'package:AgesMental/model/Question.dart'
;
import
'package:AgesMental/repositories/Services.dart'
;
import
'package:AgesMental/utils/forms/QuestionForm.dart'
;
...
...
@@ -43,6 +42,7 @@ class _SocialMediaQuestionsState extends State<SocialMediaQuestions> {
return
Scaffold
(
backgroundColor:
Color
.
fromRGBO
(
52
,
51
,
51
,
1
),
appBar:
AppBar
(
centerTitle:
true
,
title:
Text
(
"Mídias Sociais"
,
textAlign:
TextAlign
.
center
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help