Widget constructor

const Widget({
  1. String? key,
})

Implementation

const Widget({this.key});