class fwt::EdgePane

sys::Obj
  fwt::Widget
    fwt::Pane
      fwt::EdgePane

@Js
@Serializable

Source

EdgePane is a container which lays out four children along the four edges and one child in the center. The top and bottom edges are laid out with their preferred height. Children on the left or right edges are laid out with with their preferred width. Any remaining space is given to the center component.

bottom

Widget? bottom

Source

Bottom widget is laid out with preferred height.

center

Widget? center

Source

Center widget gets any remaining space in the center.

left

Widget? left

Source

Left widget is laid out with preferred width.

onLayout

virtual override Void onLayout()

Source

prefSize

virtual override Size prefSize(Hints hints := Hints.defVal)

Source

Widget? right

Source

Right widget is laid out with preferred width.

top

Widget? top

Source

Top widget is laid out with preferred height.