edgeToEdge property
final
Controls the horizontal layout of the item.
When true (default), the item spans the full width of the screen or container.
When false, it is adapted for use within constrained layouts or containers
with their own padding.
Implementation
final bool edgeToEdge;