File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
packages/flutter/lib/src/widgets Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,12 @@ class InputValue {
118
118
}
119
119
}
120
120
121
- /// A basic single-line input control.
121
+ /// A basic text input control.
122
122
///
123
123
/// This control is not intended to be used directly. Instead, consider using
124
124
/// [Input] , which provides focus management and material design.
125
- //
126
- // TODO(mpcomplete): rename RawInput since it can span multiple lines.
127
125
class RawInput extends Scrollable {
128
- /// Creates a basic single-line input control.
126
+ /// Creates a basic text input control.
129
127
///
130
128
/// The [value] argument must not be null.
131
129
RawInput ({
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import 'gesture_detector.dart';
14
14
import 'overlay.dart' ;
15
15
import 'transitions.dart' ;
16
16
17
- // TODO(mpcomplete): Need one for [collapsed].
18
17
/// Which type of selection handle to be displayed.
19
18
///
20
19
/// With mixed-direction text, both handles may be the same type. Examples:
You can’t perform that action at this time.
0 commit comments