CustomDivider constructor

const CustomDivider({
  1. Key? key,
  2. double? height,
  3. Color? color,
})

Implementation

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