CustomHeading constructor

CustomHeading({
  1. String? heading,
  2. String? action,
})

Implementation

CustomHeading({this.heading, this.action});