``` materialTextField { ed...
# anko
y
Copy code
materialTextField {

                    editText {

                        hint = "PAssword"
                        textColor = Color.WHITE
                   
                    }.lparams(width = dip(500), height = wrapContent)
     
                }.lparams(height = dip(300), width = wrapContent)