decimal property
final
The number is decimal, allowing a decimal point to provide fractional.
This flag is only used for the number input type, otherwise null.
Use const TextInputType.numberWithOptions(decimal: true) to set this.
Implementation
final bool? decimal;