SparkContainer constructor

const SparkContainer({
  1. Key? key,
  2. double? height,
})

Implementation

const SparkContainer({super.key,this.height});