IndentGuide constructor

const IndentGuide({
  1. double indent = 40.0,
})

Creates an IndentGuide.

Implementation

const IndentGuide({
  this.indent = 40.0,
}) : assert(indent >= 0.0);