RefContainer<T> constructor

const RefContainer<T>({
  1. Key? key,
  2. required Widget child,
})

Implementation

const RefContainer({super.key, required this.child});