Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
c3e4117c
Commit
c3e4117c
authored
Sep 23, 2022
by
Fikri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merapikan setting
parent
f6f3af4a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
admin_setting.dart
lib/dashboard/admin/admin_setting.dart
+17
-17
No files found.
lib/dashboard/admin/admin_setting.dart
View file @
c3e4117c
...
...
@@ -258,7 +258,7 @@ class _SettingDashboardState extends State<SettingDashboard> {
width:
screenSize1
*
0.5
,
child:
TextFormField
(
decoration:
const
InputDecoration
(
labelText:
"M
ulti Cloud Solution
"
,
labelText:
"M
edApp
"
,
hintStyle:
TextStyle
(),
border:
OutlineInputBorder
(
borderSide:
BorderSide
(
...
...
@@ -267,9 +267,9 @@ class _SettingDashboardState extends State<SettingDashboard> {
enabled:
enb
,
),
),
const
SizedBox
(
height:
20
,
),
//
const SizedBox(
//
height: 20,
//
),
// const Text(
// "Site tagline",
// style: TextStyle(
...
...
@@ -277,9 +277,9 @@ class _SettingDashboardState extends State<SettingDashboard> {
// fontSize: 17,
// fontWeight: FontWeight.bold),
// ),
const
SizedBox
(
height:
7
,
),
//
const SizedBox(
//
height: 7,
//
),
// Container(
// height: 40,
// width: screenSize1 * 0.5,
...
...
@@ -294,16 +294,16 @@ class _SettingDashboardState extends State<SettingDashboard> {
// enabled: enb,
// ),
// ),
const
SizedBox
(
height:
10
,
),
const
Text
(
"In a few words, explain what this site is about."
,
overflow:
TextOverflow
.
ellipsis
,
style:
TextStyle
(
color:
Colors
.
grey
,
fontSize:
16
,
fontWeight:
FontWeight
.
normal
)),
//
const SizedBox(
//
height: 10,
//
),
//
const Text(
//
"In a few words, explain what this site is about.",
//
overflow: TextOverflow.ellipsis,
//
style: TextStyle(
//
color: Colors.grey,
//
fontSize: 16,
//
fontWeight: FontWeight.normal)),
],
),
),
...
...
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