A filled surface: chrome bands, cards, placeholders. Non-interactive but blocking by default
(children stay interactive, pointer hits never fall through). corner rounds the fill;
the four border* flags draw 1px themed edges and outline draws a full 1px frame.
Constructor
new(width:Float, height:Float, fill:Int, blocking:Bool = true)
Parameters:
width | layout width |
|---|---|
height | layout height |
fill | the fill color (ARGB) |
blocking |
|