NDivider constructor
NDivider({})
Implementation
NDivider(
{Key? key,
this.content,
this.fontColor: Style.dividerTextColor,
this.fontSize: Style.dividerFontSize,
this.lineColor,
this.hairline: false,
this.contentPosition: 'center',
this.child})
: super(key: key);