VerticalDivider constructor

const VerticalDivider({
  1. double margin = 16,
  2. String? color,
  3. double? height,
  4. Key? key,
})

Implementation

const VerticalDivider({
  this.margin = 16,
  this.color,
  this.height,
  super.key,
});