Commit 2cf640b1 authored by Dio Maulana's avatar Dio Maulana

hapus prefix icon

parent 3e6d6da2
......@@ -35,16 +35,20 @@ class _InputBaseUrlState extends State<InputBaseUrl> {
width: MediaQuery.of(context).size.width * 0.5,
// color: Colors.red,
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
children: [
TextFormField(
const SizedBox(
height: 10,
),
const Text(
"Base Url",
style: TextStyle(fontWeight: FontWeight.w600, fontSize: 20),
),
TextField(
controller: _baseUrlController,
style: const TextStyle(color: Colors.black),
decoration: InputDecoration(
// border: InputBorder.none,
prefixIcon: const Icon(
Icons.attach_money_rounded,
color: Colors.white30,
),
hintText: urlBase,
hintStyle: TextStyle(color: Colors.black.withOpacity(0.8)),
),
......
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