BorderContext

fun BorderContext(    widthKey: String,     styleKey: String,     colorKey: String,     styleParams: StyleParams,     target: StringBuilder)

Parameters

widthKey

the CSS-property for the width

styleKey

the CSS-property for the style

colorKey

the CSS-property for the color

styleParams

basic context scope interface

target

the defined output StringBuilder to write the generated CSS into