TextPipWidget constructor

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

Implementation

const TextPipWidget({super.key, this.child});