svg static method
_HandSignatureViewSvg
svg({})
Implementation
static _HandSignatureViewSvg svg({
Key? key,
required String? data,
Color? color,
double Function(double width)? strokeWidth,
EdgeInsets? padding,
Widget? placeholder,
}) =>
_HandSignatureViewSvg(
key: key,
data: data,
color: color,
strokeWidth: strokeWidth,
padding: padding,
placeholder: placeholder,
);