SILBadge constructor

const SILBadge({
  1. required String text,
  2. BadgeType type = BadgeType.info,
})

Implementation

const SILBadge({required this.text, this.type = BadgeType.info});