SimpleListInfoWidget constructor
SimpleListInfoWidget({
- required String label,
- String? value,
- bool canCopy = true,
- ActionCallback? clickCallback,
Implementation
SimpleListInfoWidget({required this.label, this.value, this.canCopy = true, this.clickCallback});