• Justin McCandless's avatar
    Add InputDecoration alignLabelWithHint parameter (#24993) · 89fa4cc5
    Justin McCandless authored
    * InputDecorator param for alignment of label
    
    * Put baseline/center code in the right place where label is layed out
    
    * Fix existing test
    
    * Test top label positioning
    
    * Rename to alignLabelWithHint, and make it a bool
    
    * Test for TextField with and without alignLabelWithHint set
    
    * alignLabelWithHint in theme as well
    
    * debugFillProperties addition and test
    
    * Small style fixes for review
    
    * Fix analyze const error
    89fa4cc5
input_decorator_test.dart 77.9 KB