🙂 İNSANLARIN EN HAYIRLISI INSANLARA FAYDALI OLANDIR 🙂

Ramazan HABER / NOTLAR / material widget kullanımı

1-) NOTLAR - material widget kullanımı

 

 

Material(
  elevation:
7,
  shape:
RoundedRectangleBorder(
      borderRadius:
BorderRadius.all(
        
Radius.circular(15.0),)),
  child:
Padding(
    padding:
EdgeInsets.only(left: 10),
    child:
TextFormField(
      
// initialValue: "Rambo",
      
style: TextStyle(
          fontSize:
17, fontWeight: FontWeight.bold),
      decoration:
InputDecoration(
        labelText:
"Your User Name",
        border:
InputBorder.none,
        labelStyle:
TextStyle(fontSize: 13),
      ),
    ),
  ),
),

 

 

 

 

 

 2023 Şubat 28 Salı
 275