mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -10,8 +10,11 @@ extension StringX on String {
|
||||
return Uri.parse(this);
|
||||
}
|
||||
|
||||
Widget omitStartStr(
|
||||
{TextStyle? style, TextOverflow? overflow, int? maxLines}) {
|
||||
Widget omitStartStr({
|
||||
TextStyle? style,
|
||||
TextOverflow? overflow,
|
||||
int? maxLines,
|
||||
}) {
|
||||
return LayoutBuilder(builder: (context, size) {
|
||||
bool exceeded = false;
|
||||
int len = 0;
|
||||
|
||||
Reference in New Issue
Block a user