Commit ad101520 authored by JBannura's avatar JBannura
Browse files

Centralizando título da app bar

parent 44d85922
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment