Kadir Bekar
Jul 3, 2022

--

Thank you for the article. In addition, if you would like to have square widget with SizedBox, instead of assinging height and width value we could also use SizedBox.square named constructor like:

SizedBox.square(dimension: 100)

--

--