GWidget<S extends GLifeCycleMixin> constructor

const GWidget<S extends GLifeCycleMixin>({
  1. Key? key,
  2. String? tag,
})

Implementation

const GWidget({
  super.key,
  this.tag,
});