BaseBorderText constructor
const
BaseBorderText({})
Implementation
const BaseBorderText({
super.key,
required this.child,
this.strokeCap = StrokeCap.round,
this.strokeJoin = StrokeJoin.round,
this.strokeWidth = 1.0,
this.strokeColor = Colors.black,
this.textAlignment = Alignment.center,
});