EleBorderThemeData constructor

const EleBorderThemeData({
  1. Color? color,
  2. double? strokeWidth,
  3. double? dashGap,
  4. double? dashWidth,
  5. Radius? radius,
})

Implementation

const EleBorderThemeData({
  this.color,
  this.strokeWidth,
  this.dashGap,
  this.dashWidth,
  this.radius,
});