fullWidth property

bool fullWidth
final

If this value is true, this widget expands to the screen width and ignores width constraints imposed by parent widgets.

This is disabled by default.

Implementation

final bool fullWidth;