VanDivider constructor

const VanDivider({
  1. ContentPosition? contentPosition,
  2. Widget? child,
  3. TextStyle? textStyle,
  4. Key? key,
})

Implementation

const VanDivider({
  this.contentPosition,
  this.child,
  this.textStyle,
  super.key,
});