VanDivider constructor
const
VanDivider({
- ContentPosition? contentPosition,
- Widget? child,
- TextStyle? textStyle,
- Key? key,
Implementation
const VanDivider({
this.contentPosition,
this.child,
this.textStyle,
super.key,
});