SSBorder constructor

SSBorder(
  1. String id,
  2. String leftStyle,
  3. String leftClrTheme,
  4. String leftClrTint,
  5. String rightStyle,
  6. String rightClrTheme,
  7. String rightClrTint,
  8. String topStyle,
  9. String topClrTheme,
  10. String topClrTint,
  11. String bottomStyle,
  12. String bottomClrTheme,
  13. String bottomClrTint,
)

Implementation

SSBorder(this.id, this.leftStyle, this.leftClrTheme, this.leftClrTint, this.rightStyle, this.rightClrTheme, this.rightClrTint, this.topStyle,
    this.topClrTheme, this.topClrTint, this.bottomStyle, this.bottomClrTheme, this.bottomClrTint);