Component constructor

const Component(
  1. String component,
  2. String value
)

Implementation

const Component(this.component, this.value);