Row(children: [ Expanded(child: Container(child: Divider(color: Colors.black,),),), Container(child: Text("Tarih Seçiniz",style: TextStyle(fontSize: 15,fontWeight: FontWeight.bold,),textAlign: TextAlign.center,),), Expanded(child: Container(child: Divider(color: Colors.black,),),), ],), thickness -> kalınlık , height -> yukarıdan margin , indent -> soldan boşuk , endIndent -> sağdan boşluk | 
|