decimal property

bool? decimal
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;