urlKeyboard constant

TextField const urlKeyboard

Implementation

static const urlKeyboard = TextField(
  keyboardType: TextInputType.url,
);