mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
@@ -2,11 +2,11 @@ import "package:flutter/material.dart";
|
||||
|
||||
class FitText extends StatelessWidget {
|
||||
const FitText({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.texts,
|
||||
this.style,
|
||||
this.separator = " ",
|
||||
}) : super(key: key);
|
||||
});
|
||||
final List<(String, int)> texts;
|
||||
final TextStyle? style;
|
||||
final String separator;
|
||||
|
||||
Reference in New Issue
Block a user