XGetView<T> constructor

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

Implementation

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