FillAndStroke
data class FillAndStroke(val width: Float = 1.0f, val color: IsoColor = DefaultStrokeColor) : StrokeStyle
Fills shape faces with color and draws an outline on top.
This is the default StrokeStyle used by SceneConfig.
Parameters
width
Stroke width in pixels. Must be positive.
color
Stroke IsoColor. Defaults to DefaultStrokeColor.