decimal property

void get decimal

Implementation

void get decimal =>
    keyboardType = TextInputType.numberWithOptions(decimal: true);