there is no `lparams` like shown in Anko spec exam...
# anko
d
there is no
lparams
like shown in Anko spec example
Copy code
linearLayout {
    button("Login") {
        textSize = 26f
    }.lparams(width = wrapContent) {
        horizontalMargin = dip(5)
        topMargin = dip(10)
    }
}