Commit b24f1f78 authored by Efthymis Sarmpanis's avatar Efthymis Sarmpanis Committed by Michael Goderbauer

Add breadcrumbs to TextOverflow (#32328)

parent 8cf65526
...@@ -16,6 +16,9 @@ import 'debug.dart'; ...@@ -16,6 +16,9 @@ import 'debug.dart';
import 'object.dart'; import 'object.dart';
/// How overflowing text should be handled. /// 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 { enum TextOverflow {
/// Clip the overflowing text to fix its container. /// Clip the overflowing text to fix its container.
clip, clip,
......
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