v79
03/26/2021, 2:13 PM'val cardWidth: Float' can't be called in this context by implicit receiver. Use the explicit one if necessary
? The context is a variable (field? property?) declaration in a class : `
val table = scene2d.table() {
width = cardWidth
}