BasicProxy constructor

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

Implementation

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