darkStyle1 method
Implementation
DefineMTextFieldModifier darkStyle1() {
return this
.backgroundColor(Colors.black.withOpacity(0.7))
.borderRadius(3.px)
.color(Colors.white)
.hintColor(Colors.white.withOpacity(0.3))
.fontSize(12.px)
.contentPaddingVertical(10.px)
.contentPaddingHorizontal(12.px);
}