SoftUiHeader constructor

const SoftUiHeader({
  1. bool isRounded = false,
  2. Widget? child,
  3. Color? bgColor,
  4. Key? key,
})

Implementation

const SoftUiHeader({
  this.isRounded = false,
  this.child,
  this.bgColor,
  super.key,
});