LightParent constructor
const
LightParent({
- Key? key,
- Widget? child,
- ParentStyle? style,
- Gestures? gesture,
Implementation
const LightParent({super.key, this.child, this.style, this.gesture});