Widget constructor

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

Implementation

const Widget({this.key, this.ref});