StockholmTextField constructor

const StockholmTextField({
  1. TextEditingController? controller,
  2. TextInputType? keyboardType,
  3. List<TextInputFormatter>? inputFormatters,
  4. TextAlign? textAlign,
  5. bool autofocus = false,
  6. Key? key,
})

Implementation

const StockholmTextField({
  this.controller,
  this.keyboardType,
  this.inputFormatters,
  this.textAlign,
  this.autofocus = false,
  Key? key,
}) : super(key: key);