Skip to content
Snippets Groups Projects
Commit dd7dda3a authored by Leon Tappe's avatar Leon Tappe :fire:
Browse files

improve toner indicator

parent d5e89d11
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,11 @@ class TonerIndicator extends StatelessWidget {
return Container(
width: width,
height: height,
color: grey,
clipBehavior: Clip.antiAlias,
decoration: BoxDecoration(
color: Colors.black45,
borderRadius: BorderRadius.circular(height / 2),
),
child: Stack(
alignment: Alignment.center,
children: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment