VTextField constructor

VTextField({
  1. Key? key,
  2. void onChanged(
    1. String
    )?,
  3. String? placeholderText,
})

Implementation

VTextField({Key? key, this.onChanged, this.placeholderText})
    : super(key: key);