WeeDividerCenteredText constructor
const
WeeDividerCenteredText({})
Implementation
const WeeDividerCenteredText({
Key? key,
this.child,
this.indent = 20,
this.endIndent = 20,
this.color = Colors.grey,
}) : super(key: key);