embedded property
final
True when the view sits inside another scrolling list (wide layout). Suppresses the inner scroll view so the parent ListView owns scrolling.
Implementation
final bool embedded;
True when the view sits inside another scrolling list (wide layout). Suppresses the inner scroll view so the parent ListView owns scrolling.
final bool embedded;