RenderRequestComponent constructor

const RenderRequestComponent({
  1. Key? key,
  2. required RenderRequestComponentOptions options,
})

Implementation

const RenderRequestComponent({super.key, required this.options});