Commit 5afde06b authored by Matt Perry's avatar Matt Perry Committed by GitHub

Clean up a few stale TODOs. (#6698)

parent fcfb2a5c
...@@ -118,14 +118,12 @@ class InputValue { ...@@ -118,14 +118,12 @@ class InputValue {
} }
} }
/// A basic single-line input control. /// A basic text input control.
/// ///
/// This control is not intended to be used directly. Instead, consider using /// This control is not intended to be used directly. Instead, consider using
/// [Input], which provides focus management and material design. /// [Input], which provides focus management and material design.
//
// TODO(mpcomplete): rename RawInput since it can span multiple lines.
class RawInput extends Scrollable { class RawInput extends Scrollable {
/// Creates a basic single-line input control. /// Creates a basic text input control.
/// ///
/// The [value] argument must not be null. /// The [value] argument must not be null.
RawInput({ RawInput({
......
...@@ -14,7 +14,6 @@ import 'gesture_detector.dart'; ...@@ -14,7 +14,6 @@ import 'gesture_detector.dart';
import 'overlay.dart'; import 'overlay.dart';
import 'transitions.dart'; import 'transitions.dart';
// TODO(mpcomplete): Need one for [collapsed].
/// Which type of selection handle to be displayed. /// Which type of selection handle to be displayed.
/// ///
/// With mixed-direction text, both handles may be the same type. Examples: /// With mixed-direction text, both handles may be the same type. Examples:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment