signed property

bool? signed
final

The number is signed, allowing a positive or negative sign at the start.

This flag is only used for the number input type, otherwise null. Use const TextInputType.numberWithOptions(signed: true) to set this.

Implementation

final bool? signed;