RenderScopedGetBase<T> constructor

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

const constructor for subclasses :)

Implementation

const RenderScopedGetBase({super.key, super.child});