CuReDivider constructor

const CuReDivider({
  1. Key? key,
  2. double? height,
  3. Color? color,
  4. EdgeInsets? padding,
  5. double? width,
  6. String? label,
  7. bool? asBadge,
})

Implementation

const CuReDivider({
  super.key,
  this.height,
  this.color,
  this.padding,
  this.width,
  this.label,
  this.asBadge,
});