VerticalDividerWidget constructor

const VerticalDividerWidget(
  1. {Key? key,
  2. double? width,
  3. double? height,
  4. Color? dividerColor}
)

Implementation

const VerticalDividerWidget(
    {super.key, this.width, this.height, this.dividerColor});