Child nedir Flutter?

child özelliği ile içerisine tanımlanan nesnenin boyutunu otomatik olarak alabileceği gibi width ve height özellikleri ile kendimiz belirli bir boyutta tanımlayabiliriz. Eğer içerisine child özelliğini tanımlamasanız otomatik olarak ekranda verilen alana göre en büyük boyutu alır.8 Şub 2020

Read more

How do you write padding in flutter?

We can apply padding around any widget by placing it as the child of the Padding widget . The size of the child widget inside padding is constrained by how much space is remaining after adding empty space around. The Padding widget adds empty space around any widget by using the abstract EdgeInsetsGeometry class.21 Şub 2022

Read more