TagWidget constructor Null safety
- {Key? key,
- Icon? lead,
- required String label,
- Icon? trail,
- bool highlight = false,
- BorderRadius corner = Dimens.border_radius_small,
- EdgeInsets padding = const EdgeInsets.fromLTRB(16, 8, 16, 8),
- EdgeInsets margin = Dimens.margin_zero,
- Color highlightColor = Colors.black38,
- Color foregroundColor = Colors.black54,
- Color backgroundColor = Colors.black12,
- VoidCallback? onPress}