: Adding minimumSize , maximumSize , and fixedSize to the SegmentedButton 's internal style mapping to allow developers to control its physical dimensions.
: Correcting a specific logic error in the code that incorrectly references disabledState instead of enabledState . 124539
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. : Adding minimumSize , maximumSize , and fixedSize
The identifier refers to a significant open issue in the Flutter repository: " Cannot customize size of SegmentedButton #124539 ." : Adding minimumSize
: Adding minimumSize , maximumSize , and fixedSize to the SegmentedButton 's internal style mapping to allow developers to control its physical dimensions.
: Correcting a specific logic error in the code that incorrectly references disabledState instead of enabledState .
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.
The identifier refers to a significant open issue in the Flutter repository: " Cannot customize size of SegmentedButton #124539 ."