Wrapper.just constructor

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

Implementation

Wrapper.just({
  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,
      spineType = SpineType.bottom,
      spinePathBuilder = null,
      formEnd = false;