Flutter Container Widget

Do you have a widget that needs some background style, maybe a background color shape or some size constraints? Try wrapping it in a Container Widget. It helps you compose, decorate and position child widgets. Color If you wrap your widget in a container widget without any other parameters, you won’t notice any difference in […]

Read More...