How much cost by using Container and Column, or Row? I use one of these three for a trivial things, I want to know how much it costs.
First of all you need to know the purpose of using above three widgets.
Container
Row/Column
Conclussion
If you can solve same problem with Container or Row/Column then I would suggest you to use Container. It takes less time/cost to render comparing to Row/Column.