Add breadcrumbs to TextOverflow (#32328)

This commit is contained in:
Efthymis Sarmpanis 2019-05-10 14:29:31 +03:00 committed by Michael Goderbauer
parent 8cf65526e7
commit b24f1f78a7

View File

@ -16,6 +16,9 @@ import 'debug.dart';
import 'object.dart';
/// How overflowing text should be handled.
///
/// A [TextOverflow] can be passed to [Text] and [RichText] via their
/// [Text.overflow] and [RichText.overflow] properties respectively.
enum TextOverflow {
/// Clip the overflowing text to fix its container.
clip,