block property

bool block
final

Whether the container should expand to fill available horizontal width.

Defaults to true (matches input fields). When false, wraps the content.

Implementation

final bool block;