Add the isMultiline semantics flag to values (#9894)

This commit is contained in:
Mouad Debbar 2019-07-18 13:14:11 -07:00 committed by GitHub
parent cf3fd6df0b
commit ae14f04613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,10 +520,7 @@ class SemanticsFlag {
_kHasToggledStateIndex: hasToggledState,
_kIsToggledIndex: isToggled,
_kHasImplicitScrollingIndex: hasImplicitScrolling,
// TODO(mdebbar): Uncomment after both these PRs are landed:
// - https://github.com/flutter/engine/pull/9850
// - https://github.com/flutter/flutter/pull/36297
// _kIsMultilineIndex: isMultiline,
_kIsMultilineIndex: isMultiline,
_kIsReadOnlyIndex: isReadOnly,
};