How can you make a flutter widget extend beyond its parent widget

128

Using Stack widget
you can find the documentation here
https://api.flutter.dev/flutter/widgets/Stack-class.html

Share:
128
Hamad Moniem
Author by

Hamad Moniem

Updated on December 31, 2022

Comments

  • Hamad Moniem
    Hamad Moniem over 1 year

    How can you make a widget have a slight extension beyond the edge of its parent like this, example image

    The horizontal listview extends beyond the container it is in

    • Yeasin Sheikh
      Yeasin Sheikh over 2 years
      use customScrollView, and stack for background images