PannelWidget constructor

PannelWidget(
  1. String title, {
  2. Key? key,
  3. String? text,
  4. Widget? child,
})

Implementation

PannelWidget(this.title, {super.key, this.text, this.child});