textKeyboard constant

TextField const textKeyboard

Implementation

static const textKeyboard = TextField(
  keyboardType: TextInputType.text,
);