nameKeyboard constant

TextField const nameKeyboard

Implementation

static const nameKeyboard = TextField(
  keyboardType: TextInputType.name,
);