124539 May 2026
: Adding minimumSize , maximumSize , and fixedSize to the SegmentedButton 's internal style mapping to allow developers to control its physical dimensions.
The requested feature or development task is to enable size customization for the SegmentedButton widget. Currently, attempting to modify the button's height via standard styling methods—like using minimumSize , maximumSize , or fixedSize —does not work because these properties are not correctly integrated into the widget's default style implementation. 124539
: Ensuring the widget respects VisualDensity , which is a common way Flutter handles compact or expanded UI layouts. Alternative Reference : Adding minimumSize , maximumSize , and fixedSize