• Adam Barth's avatar
    Defer to TextField in TextFormField docs (#9144) · d88ff907
    Adam Barth authored
    TextFormField doesn't actually have many properties because it wraps a
    TextField. Rather than trying to document all the arguments in the
    constructor, we now refer to the docs for TextField, which explain the
    parameters in a more readable way.
    
    Fixes #7245
    d88ff907
text_form_field.dart 2.17 KB