LayoutBuilder.withArea

Undocumented in source. Be warned that the author may not have intended to support it.
  1. LayoutBuilder withArea(int left, int top, int right, int bottom)
    struct LayoutBuilder
    @safe @nogc nothrow pure
    withArea
    (
    int left
    ,
    int top
    ,
    int right
    ,
    int bottom
    )
  2. LayoutBuilder withArea(Rect rect)

Meta