ScopingLinesGuide constructor
const
ScopingLinesGuide({
- double indent = 40.0,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- int maxLevel = largestPositiveInteger,
- Color color = const Color(0xFF424242),
- double thickness = 2.0,
- double origin = 0.5,
- StrokeCap strokeCap = StrokeCap.butt,
- StrokeJoin strokeJoin = StrokeJoin.miter,
- PathModifier? pathModifier,
Implementation
const ScopingLinesGuide({
super.indent,
super.padding,
super.maxLevel,
super.color,
super.thickness,
super.origin,
super.strokeCap,
super.strokeJoin,
super.pathModifier,
});