LightParent constructor

const LightParent({
  1. Key? key,
  2. Widget? child,
  3. ParentStyle? style,
  4. Gestures? gesture,
})

Implementation

const LightParent({super.key, this.child, this.style, this.gesture});