count property

int? count
final

The numerical value to display in the badge.

If count is null and label is null, nothing is displayed unless dot is true.

Implementation

final int? count;