groupSeparator property

Widget? groupSeparator
final

A widget that is used to separate digit groups.

For example, if you pass the Text(',') as the separator, the 10000 value result will be rendered as '10,000'.

Implementation

final Widget? groupSeparator;