SvgShape constructor
const
SvgShape({})
Creates a flattened shape.
Implementation
const SvgShape({
required this.path,
required this.color,
this.clips = const <ui.Path>[],
this.followsCurrentColor = false,
});
Creates a flattened shape.
const SvgShape({
required this.path,
required this.color,
this.clips = const <ui.Path>[],
this.followsCurrentColor = false,
});