PIDescribeItem constructor

const PIDescribeItem({
  1. Key? key,
  2. String? field,
  3. String? value,
  4. double? paddingSize,
})

Implementation

const PIDescribeItem({Key? key, this.field, this.value, this.paddingSize})
    : super(key: key);