Superjay
Superjay

Reputation: 477

How to change width and height of Column in Flutter?

I want to change Column's width and height, but it seem's that Column have no property width or height.

Is there any way to change height or width of Column?

Upvotes: 1

Views: 3914

Answers (1)

Jay Dangar
Jay Dangar

Reputation: 3479

Wrap column inside container and provide width and height.

Upvotes: 4

Related Questions