What would a good formatting of this code look lik...
# getting-started
p
What would a good formatting of this code look like?
Copy code
class CustomView @JvmOverloads constructor(context: Context, attr: AttributeSet? = null, defStyleAttrs: Int = 0) : FrameLayout( context, attr, defStyleAttrs) {

}