CPDFTextStamp constructor
const
CPDFTextStamp({
- required String content,
- required String date,
- CPDFTextStampShape shape = CPDFTextStampShape.rect,
- CPDFTextStampColor color = CPDFTextStampColor.white,
Implementation
const CPDFTextStamp({
required this.content,
required this.date,
this.shape = CPDFTextStampShape.rect,
this.color = CPDFTextStampColor.white,
});