class fwt::BorderPane
sys::Obj fwt::Widget fwt::Pane fwt::ContentPane fwt::BorderPane
@Js@Serializable { collection=true }
BorderPane is used paint a CSS styled border around a content widget.
- bg
-
Brush? bg := nullBackground to paint under content, or null for transparent. The background does not include the border itself, but does include the insets and content. Default is null.
- border
-
Border border := Border.defValBorder to paint around the edge of the content. Default is zero pixels.
- insets
-
Insets insets := ...Insets to leave between border and the content. Default is zero pixels.
- onLayout
-
virtual override Void onLayout() - prefSize