overflow property
Overflow
get
overflow
Behavior of the document when the amount of content that needs to be laid
out exceeds the provided height. See the Overflow
enum description for
more details.
Implementation
Overflow get overflow => Overflow.expand;