addTextWatermarkUint8List abstract method
Adds a text watermark to the image at the specified location with the given parameters.
Returns a Uint8List representing the watermarked image.
Implementation
Future<Uint8List?> addTextWatermarkUint8List(
String filePath,
Uint8List? bytes,
String text,
int x,
int y,
int textSize,
Color color,
Color? backgroundTextColor,
int? backgroundTextPaddingTop,
int? backgroundTextPaddingBottom,
int? backgroundTextPaddingLeft,
int? backgroundTextPaddingRight,
);