counter property

Widget? counter
final

Optional custom counter widget to go in the place otherwise occupied by counterText. If this property is non null, then counterText is ignored.

Implementation

final Widget? counter;