Rectangle
Displays a filled rectangle.
component Rectangle
import { Rectangle } from ui
export var main = Rectangle(color: Color(0xFFFF0000))
Constructor
color: Color
The fill color.
See [Color](../../Standard Library/Color.md)
radius: Float = 0.0
The radius for rounding the corners.
Layout Behavior
Fills the available area.