BoxDecoration , Container dediğimiz kutuları şekillendirmeye, boyamaya ve istenilen türde kutu yaratmaya yarayan dekorasyon aracıdır.
Read moreScaffold nedir Flutter?
Scaffold Nedir ? Scaffold Flutter ‘ın içinde bulunan bir sınıftır. Bu sınıf Appbar, Bottomnavigationbar, Drawer gibi bir çok özelliği içinde barındırır.
Read moreScaffold nedir Flutter?
Scaffold Nedir ? Scaffold Flutter ‘ın içinde bulunan bir sınıftır. Bu sınıf Appbar, Bottomnavigationbar, Drawer gibi bir çok özelliği içinde barındırır.
Read moreChild 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 moreWhat is difference between card and container in Flutter?
If you are familiar with HTML , think of containers like divs. They allow you to wrap other content. On the other hand, Card is an implementation of Material Design, A material design card .
Read moreWhat is difference between card and container in Flutter?
If you are familiar with HTML , think of containers like divs. They allow you to wrap other content. On the other hand, Card is an implementation of Material Design, A material design card .
Read moreHow do you use the container container in Flutter?
To size a Container that resides inside another Container, you need to set the alignment property of the parent Container . Otherwise, the child Container won’t care about the width and height you set for it and will expand to its parent’s constraints.
Read more