RenderGetBase constructor

const RenderGetBase({
  1. Key? key,
  2. Widget? child,
})

const constructor for subclasses :)

Implementation

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