SvgBrush class
Constructors
-
SvgBrush.new({required double? opacity, required SvgColor? fill, required bool? fillEvenOdd, required double? fillOpacity, required SvgColor? stroke, required double? strokeOpacity, required SvgNumeric? strokeWidth, required List<double>? strokeDashArray, required double? strokeDashOffset, required PdfLineCap? strokeLineCap, required PdfLineJoin? strokeLineJoin, required double? strokeMiterLimit, required String? fontFamily, required SvgNumeric? fontSize, required String? fontStyle, required String? fontWeight, required SvgTextAnchor? textAnchor, required PdfBlendMode? blendMode, SvgMaskPath? mask})
-
const
-
SvgBrush.fromXml(XmlElement element, SvgBrush parent, SvgPainter painter)
-
factory
Methods
-
copyWith({double? opacity, SvgColor? fill, bool? fillEvenOdd, double? fillOpacity, SvgColor? stroke, double? strokeOpacity, SvgNumeric? strokeWidth, List<double>? strokeDashArray, double? strokeDashOffset, PdfLineCap? strokeLineCap, PdfLineJoin? strokeLineJoin, double? strokeMiterLimit, SvgNumeric? fontSize, String? fontFamily, String? fontStyle, String? fontWeight, SvgTextAnchor? textAnchor, PdfBlendMode? blendMode, SvgMaskPath? mask})
→ SvgBrush
-
-
merge(SvgBrush? other)
→ SvgBrush
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override