SmartDivider constructor

const SmartDivider({
  1. Key? key,
  2. double thickness = 1,
})

Implementation

const SmartDivider({super.key, this.thickness = 1});