UnorderedList constructor

UnorderedList(
  1. List children,
  2. Next next, {
  3. double? indent,
})

Implementation

UnorderedList(this.children, this.next, {this.indent});