• Jake Gough's avatar
    Added 'physics' prop to Stepper. (#26297) · dfce0a7f
    Jake Gough authored
    * Update stepper.dart
    
    Added 'physics' prop which allows the developer to assign the Stepper's scroll view's 'ScrollPhysics' which can solve with unwanted scrolling behaviour if the parent is also a scroll view. Defaults to 'AlwaysScrollableScrollPhysics' if null.
    
    * Update stepper.dart
    
    Removed unnecessary import and defaulting to 'AlwaysScrollableScrollPhysics' if physics prop is null.
    
    * Update stepper.dart
    
    Ran through format to remove unwanted whitespace which Analysis isn't happy about.
    
    * Update stepper.dart
    
    Tried reformatting again.
    
    * Update stepper.dart
    
    Tried reformatting again.
    
    * Update stepper.dart
    
    Formatting again why do you hate me github editor.
    
    * Update stepper.dart
    
    * Update stepper.dart
    
    if this format doesn't work i'll cry
    
    * Update stepper_test.dart
    
    Added Stepper scroll tests. One that fails to find Text after Stepper if physics left as null and one that succeeds if physics set to `ClampingScrollPhysics()`
    
    * Update stepper_test.dart
    
    Added const constructors
    
    * Update stepper_test.dart
    
    trying to get rid of whitespace again
    
    * Update stepper_test.dart
    
    * Update stepper_test.dart
    
    why whitespace why
    
    * Update stepper_test.dart
    
    * Update stepper_test.dart
    
    * Update stepper_test.dart
    
    * Update stepper_test.dart
    
    Swapped to `findsNothing` because I'm an idiot.
    
    * Update stepper_test.dart
    
    * Update stepper.dart
    dfce0a7f
Name
Last commit
Last update
..
src Loading commit data...
analysis_options_user.yaml Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
semantics.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...