SimpleListInfoWidget constructor

SimpleListInfoWidget({
  1. required String label,
  2. String? value,
  3. bool canCopy = true,
  4. ActionCallback? clickCallback,
})

Implementation

SimpleListInfoWidget(
    {required this.label,
    this.value,
    this.canCopy = true,
    this.clickCallback});