Indentation constructor
const
Indentation({
- double width = DEF_INDENT_WIDTH,
- double thickness = 1,
- IndentStyle style = IndentStyle.squareJoint,
- Color color = const Color(0xFFBDBDBD),
- Offset offset = Offset.zero,
Implementation
const Indentation({
this.width = DEF_INDENT_WIDTH,
this.thickness = 1,
this.style = IndentStyle.squareJoint,
this.color = const Color(0xFFBDBDBD),
this.offset = Offset.zero,
});