CDivider constructor

const CDivider({
  1. Key? key,
  2. double? width,
})

Implementation

const CDivider({super.key, this.width});