VelocitySectionTitle constructor

const VelocitySectionTitle({
  1. Key? key,
  2. String? title,
  3. double spacing = 110,
  4. String? subtitle,
})

Implementation

const VelocitySectionTitle({Key? key, this.title, this.spacing = 110, this.subtitle})
    : super(key: key);