Widget constructor

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

Initializes the widget configuration.

Implementation

const Widget({this.key});