TKeyValue constructor

TKeyValue(
  1. String key, {
  2. String? value,
  3. Widget? widget,
  4. double? width,
})

Implementation

TKeyValue(this.key, {this.value, this.widget, this.width});