ErpSearchFieldConfig constructor

const ErpSearchFieldConfig({
  1. required String key,
  2. required String label,
  3. String? hint,
  4. double flex = 1,
  5. double? width,
})

Implementation

const ErpSearchFieldConfig({
  required this.key,
  required this.label,
  this.hint,
  this.flex = 1, this.width,
});