RehaculDottedDivider constructor

const RehaculDottedDivider(
  1. {Key? key,
  2. double? spaceWidth,
  3. double? dotWidth,
  4. double? dotHeight}
)

Implementation

const RehaculDottedDivider({
  super.key,
  this.spaceWidth,
  this.dotWidth,
  this.dotHeight,
});