Documentation

flex()

Enables flex-grow on the element, allowing it to take up as much space as possible (or flex-shrink to allow it to shrink).

flex(grow?: number, shrink?: number): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related