Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-23 16:47:11 +08:00
parent 148e0872b4
commit 418a1e8d39
821 changed files with 29467 additions and 25520 deletions

View File

@@ -65,7 +65,7 @@ class HotKeyword extends StatelessWidget {
width: 48,
height: 15,
),
)
),
],
),
),

View File

@@ -33,7 +33,8 @@ class SearchText extends StatelessWidget {
onLongPress: onLongPress != null ? () => onLongPress!(text) : null,
borderRadius: const BorderRadius.all(Radius.circular(6)),
child: Padding(
padding: padding ??
padding:
padding ??
const EdgeInsets.symmetric(horizontal: 11, vertical: 5),
child: Text(
text,