numberOnly property

TextInputType numberOnly

Implementation

static TextInputType get numberOnly =>
    const TextInputType.numberWithOptions(signed: true);