fastRoundRect

inline fun Container.fastRoundRect(    size: Size,     corners: RectCorners = RectCorners(.1f, .1f, 1f, 1f),     color: RGBA = Colors.WHITE,     callback: FastRoundRect.() -> Unit = {}): FastRoundRect