Component constructor

const Component({
  1. Key? key,
})

Initializes key for subclasses.

Implementation

const Component({this.key});