remove title in settigns body
This commit is contained in:
parent
5b9c252983
commit
ec4739b229
1 changed files with 0 additions and 13 deletions
|
|
@ -106,19 +106,6 @@ class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
|||
return MihSingleChildScroll(
|
||||
child: Column(
|
||||
children: [
|
||||
Text(
|
||||
"Account Settings",
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 25,
|
||||
fontWeight: FontWeight.bold,
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
const SizedBox(height: 10.0),
|
||||
Center(
|
||||
child: FaIcon(
|
||||
FontAwesomeIcons.trashCan,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue