Skip to content

Conversation

divyanshub024
Copy link
Member

Description

Update default values for BorderSide:


  const factory StacBorderSide({
    String? color,
    @Default(StacDouble(1.0)) StacDouble width,
    @Default(StacDouble(BorderSide.strokeAlignInside)) StacDouble strokeAlign,
    @Default(BorderStyle.solid) BorderStyle borderStyle,
  }) = _StacBorderSide;
  

Related Issues

Closes #292

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

@divyanshub024 divyanshub024 merged commit cad3f75 into dev Jun 16, 2025
4 checks passed
@divyanshub024 divyanshub024 deleted the dv/border-side-fix branch June 16, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: StacBorderSide default values are incorrect.

1 participant