Cannot change border of SegmentedButton
via SegmentedButtonThemeData
#155222
Labels
f: material design
flutter/packages/flutter/material repository.
found in release: 3.24
Found to occur in 3.24
found in release: 3.26
Found to occur in 3.26
framework
flutter/packages/flutter repository. See also f: labels.
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
r: solved
Issue is closed as solved
team-design
Owned by Design Languages team
Steps to reproduce
flutter create bug
cd bug
main.dart
flutter run
Expected results
The segmented button has a red border with a width of 5 and a radius of 10.
Actual results
The segmented button only has a radius of 10. The provided
BorderSide
does not get applied.Code sample
Code sample
Screenshots or Video
No response
Logs
No response
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: