KChartSkeleton constructor

const KChartSkeleton({
  1. Key? key,
  2. bool themeColor = false,
  3. double width = double.infinity,
  4. double height = 210.0,
})

Implementation

const KChartSkeleton(
    {super.key,
    this.themeColor = false,
    this.width = double.infinity,
    this.height = 210.0});