AdaptiveDivider constructor

const AdaptiveDivider({
  1. Key? key,
  2. double? thickness,
  3. double? crossAxisExtent,
  4. Color? color,
  5. double? indent,
  6. double? endIndent,
  7. double radius = 0,
})

Implementation

const AdaptiveDivider({
  super.key,
  this.thickness,
  this.crossAxisExtent,
  this.color,
  this.indent,
  this.endIndent,
  this.radius = 0,
});