data class BoxStyle
Style information for drawing a box.
<init> |
Style information for drawing a box. BoxStyle(fillColor: RGBA? = null, hatchColor: RGBA? = null) |
fillColor |
The background color for the box (default: transparent) val fillColor: RGBA? |
hatchColor |
The hatching color for the box (default: transparent) val hatchColor: RGBA? |