IdsDivider constructor

const IdsDivider({
  1. Key? key,
  2. IdsDividerOrientation orientation = IdsDividerOrientation.horizontal,
  3. double thickness = 1.0,
})

Implementation

const IdsDivider({
  super.key,
  this.orientation = IdsDividerOrientation.horizontal,
  this.thickness = 1.0,
});