• sandrasandeep's avatar
    Make EditableText cursor configurable (#18888) · 581df52a
    sandrasandeep authored
    * fixed segmented control golden test
    
    * fixed segmented control golden test
    
    * added cursorWidth, cursorRadius
    
    * added default value for cursorWidth based on Apple specs
    
    * test default cursorWidth
    
    * removed cursorHeight stuff
    
    * added functionality to keep cursor from blinking
    
    * cursor width and radius is configurable + tests
    
    * changed goldens repo version in goldens.version
    
    * working version of configurable cursor (erased debugKeepCursorOn)
    
    * minor changes
    
    * docs
    
    * changed textfield test that was failing due to new default cursorwidth
    
    * added default value of cursorwidth in RenderEditable
    
    * only run golden file tests on Mac
    
    * cursor tests
    
    * the tests are actually there now
    
    * weak warning fixed
    
    * switching to Linux
    
    * changed default cursorWidth: 2.0 -> 1.0
    
    * assorted changes, including changing text field test
    
    * re-paint -> re-layout when changing cursorWidth
    581df52a
Name
Last commit
Last update
..
activity_indicator_test.dart Loading commit data...
bottom_tab_bar_test.dart Loading commit data...
button_test.dart Loading commit data...
dialog_test.dart Loading commit data...
nav_bar_test.dart Loading commit data...
page_test.dart Loading commit data...
picker_test.dart Loading commit data...
refresh_test.dart Loading commit data...
scaffold_test.dart Loading commit data...
scrollbar_paint_test.dart Loading commit data...
scrollbar_test.dart Loading commit data...
segmented_control_test.dart Loading commit data...
slider_test.dart Loading commit data...
switch_test.dart Loading commit data...
tab_scaffold_test.dart Loading commit data...
tab_test.dart Loading commit data...