mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
opt: more linter (#1765)
* opt: more linter * fix [skip ci] Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
3787f99d35
commit
773bdafec3
@@ -290,9 +290,7 @@ class _MemberHomeState extends State<MemberHome>
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(left: 10),
|
||||
child: Icon(
|
||||
visible == true
|
||||
? Icons.visibility
|
||||
: Icons.visibility_off,
|
||||
visible ? Icons.visibility : Icons.visibility_off,
|
||||
size: 17,
|
||||
color: color,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user