CustomDivider constructor

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

Implementation

const CustomDivider({super.key, this.thickness = 1.0, this.color});