UXPFieldStatics constructor

const UXPFieldStatics({
  1. Key? key,
  2. String? value,
  3. String? label,
  4. IconData? icon,
  5. Color? color,
  6. double? size,
  7. String? units,
})

Implementation

const UXPFieldStatics({
  Key? key,
  this.value,
  this.label,
  this.icon,
  this.color,
  this.size,
  this.units,
}) : super(key: key);