JBTextFieldState constructor

const JBTextFieldState({
  1. bool enabled = true,
  2. bool obscureText = false,
})

Implementation

const JBTextFieldState({this.enabled = true, this.obscureText = false});