numberFirst property

TextInputType numberFirst

Implementation

static TextInputType get numberFirst => Get.isIOS
    ? const TextInputType.numberWithOptions(signed: true)
    : TextInputType.visiblePassword;