StaticWidget constructor

StaticWidget(
  1. Object _content, {
  2. Key? key,
})

Implementation

StaticWidget(this._content, {super.key});