mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.
This commit is contained in:
@@ -15,12 +15,12 @@ class TwoLineText extends StatelessWidget {
|
||||
children: [
|
||||
Text(
|
||||
up,
|
||||
style: textSize15,
|
||||
style: UIs.textSize15,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
Text(
|
||||
down,
|
||||
style: textSize11,
|
||||
style: UIs.textSize11,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user