Wrapper.just constructor

const Wrapper.just({
  1. Key? key,
  2. double radius = 5.0,
  3. double? strokeWidth,
  4. Widget? child,
  5. double? elevation,
  6. Color shadowColor = Colors.grey,
  7. Color color = Colors.green,
  8. EdgeInsets padding = const EdgeInsets.all(8),
})

Implementation

const Wrapper.just({
  super.key,
  this.radius = 5.0,
  this.strokeWidth,
  this.child,
  this.elevation,
  this.shadowColor = Colors.grey,
  this.color = Colors.green,
  this.padding = const EdgeInsets.all(8),
})  : spineHeight = 0,
      angle = 0,
      offset = 0,
      style = SpineStyle.bottom,
      spinePathBuilder = null,
      formEnd = false;