MyVerticalDivider constructor

const MyVerticalDivider({
  1. double width = Siz.standardPadding,
  2. Color color = Clr.colorTransparent,
  3. double? thickness,
  4. Key? key,
})

Implementation

const MyVerticalDivider(
    {this.width = Siz.standardPadding,
    this.color = Clr.colorTransparent,
    this.thickness,
    super.key});