SectionTitle constructor

SectionTitle(
  1. String text,
  2. {double? padding,
  3. double? vpadding}
)

Implementation

SectionTitle(this.text, {this.padding, this.vpadding});