TF-691 Set overflow default for text is too long on web
This commit is contained in:
@@ -12,4 +12,6 @@ class CommonTextStyle {
|
||||
static final defaultTextOverFlow = BuildUtils.isWeb
|
||||
? TextOverflow.fade
|
||||
: TextOverflow.ellipsis;
|
||||
|
||||
static final defaultSoftWrap = BuildUtils.isWeb ? false : true;
|
||||
}
|
||||
Reference in New Issue
Block a user