TKeyValue constructor
TKeyValue(})
Creates a key-value item.
Implementation
TKeyValue(
this.key, {
this.value,
this.widget,
this.width,
this.alignment,
this.minWidth,
this.maxWidth,
});
Creates a key-value item.
TKeyValue(
this.key, {
this.value,
this.widget,
this.width,
this.alignment,
this.minWidth,
this.maxWidth,
});