GNHorizontalDivider constructor

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

Implementation

const GNHorizontalDivider({super.key, this.height, this.thickness, this.endIndent, this.indent, this.color});