feat: cellular video/audio qa

Closes #52

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-26 13:35:35 +08:00
parent ed3036cc43
commit 5d1c1494dd
8 changed files with 185 additions and 99 deletions

View File

@@ -148,11 +148,10 @@ class _ExtraSettingState extends State<ExtraSetting> {
leading: Stack(
alignment: Alignment.center,
children: [
const Icon(Icons.shield),
const Icon(Icons.shield_outlined),
Icon(
Icons.play_arrow_rounded,
size: 18,
color: Theme.of(context).colorScheme.surface,
size: 15,
),
],
),