Widget constructor

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

Creates a Widget.

Implementation

const Widget({this.key});