PIDivider constructor

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

Implementation

const PIDivider({Key? key, this.color, this.height}) : super(key: key);