Widget constructor

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

Implementation

const Widget({this.key});