PipenExpand constructor

const PipenExpand({
  1. Key? key,
  2. required Widget child,
  3. bool expand = true,
})

Implementation

const PipenExpand({super.key, required this.child, this.expand = true});