GenPowerSourceBorder constructor

const GenPowerSourceBorder({
  1. BorderSide side = BorderSide.none,
  2. double slant = 5.5,
})

Implementation

const GenPowerSourceBorder({
  super.side,
  this.slant = 5.5,
});