XSection constructor

XSection(
  1. String title, {
  2. double? padding,
})

Implementation

XSection(this.title, {this.padding});