GameDialogTextFieldComponent constructor

GameDialogTextFieldComponent(
  1. String label, {
  2. String? id,
  3. String? placeholder,
  4. bool multiline = false,
  5. bool password = false,
})

Implementation

GameDialogTextFieldComponent(
  this.label, {
  this.id,
  this.placeholder,
  this.multiline = false,
  this.password = false,
});