XGetView<T> constructor

const XGetView<T>({
  1. Key? key,
  2. String? tag,
})

Implementation

const XGetView({Key? key, this.tag}) : super(key: key);