ReinBentdal/styled_widget

Stacks support

gloomie opened this issue · 4 comments

Is it possible to create Stacks and position them to a specific percentage of their parent width,heigh?

Thanks for your work with styled_widget, it is fantastic!

Do you mean the widget Positioned? Did`nt quite get what you meant.

toStack actually already exist.

<Widget>[
  // list of widgets
].toStack()

But I think to just use the normal Stack widget is just as good or even better.
A implementation of the Poditioned widget is on my to-do list