fluid property

bool fluid
final

if true the container fills the max amount of it's parent if false (default) the container has it's size set based on how big the nearest parent with a MediaQueryData, which is usually the screen size. See BSContainer.containerWidths

Implementation

final bool fluid;