Commit c3e4117c authored by Fikri's avatar Fikri

merapikan setting

parent f6f3af4a
...@@ -258,7 +258,7 @@ class _SettingDashboardState extends State<SettingDashboard> { ...@@ -258,7 +258,7 @@ class _SettingDashboardState extends State<SettingDashboard> {
width: screenSize1 * 0.5, width: screenSize1 * 0.5,
child: TextFormField( child: TextFormField(
decoration: const InputDecoration( decoration: const InputDecoration(
labelText: "Multi Cloud Solution", labelText: "MedApp",
hintStyle: TextStyle(), hintStyle: TextStyle(),
border: OutlineInputBorder( border: OutlineInputBorder(
borderSide: BorderSide( borderSide: BorderSide(
...@@ -267,9 +267,9 @@ class _SettingDashboardState extends State<SettingDashboard> { ...@@ -267,9 +267,9 @@ class _SettingDashboardState extends State<SettingDashboard> {
enabled: enb, enabled: enb,
), ),
), ),
const SizedBox( // const SizedBox(
height: 20, // height: 20,
), // ),
// const Text( // const Text(
// "Site tagline", // "Site tagline",
// style: TextStyle( // style: TextStyle(
...@@ -277,9 +277,9 @@ class _SettingDashboardState extends State<SettingDashboard> { ...@@ -277,9 +277,9 @@ class _SettingDashboardState extends State<SettingDashboard> {
// fontSize: 17, // fontSize: 17,
// fontWeight: FontWeight.bold), // fontWeight: FontWeight.bold),
// ), // ),
const SizedBox( // const SizedBox(
height: 7, // height: 7,
), // ),
// Container( // Container(
// height: 40, // height: 40,
// width: screenSize1 * 0.5, // width: screenSize1 * 0.5,
...@@ -294,16 +294,16 @@ class _SettingDashboardState extends State<SettingDashboard> { ...@@ -294,16 +294,16 @@ class _SettingDashboardState extends State<SettingDashboard> {
// enabled: enb, // enabled: enb,
// ), // ),
// ), // ),
const SizedBox( // const SizedBox(
height: 10, // height: 10,
), // ),
const Text( // const Text(
"In a few words, explain what this site is about.", // "In a few words, explain what this site is about.",
overflow: TextOverflow.ellipsis, // overflow: TextOverflow.ellipsis,
style: TextStyle( // style: TextStyle(
color: Colors.grey, // color: Colors.grey,
fontSize: 16, // fontSize: 16,
fontWeight: FontWeight.normal)), // fontWeight: FontWeight.normal)),
], ],
), ),
), ),
......
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