GNVerticalDivider constructor

const GNVerticalDivider({
  1. Key? key,
  2. double? width,
  3. double? thickness,
  4. double? endIndent,
  5. double? indent,
  6. Color? color,
})

Implementation

const GNVerticalDivider({super.key, this.width, this.thickness, this.endIndent, this.indent, this.color});