Some cleanup

This commit is contained in:
Yegor Vialov
2020-04-15 18:23:29 +00:00
parent 12f7cb86de
commit 82d7aeba02
9 changed files with 1 additions and 900 deletions

View File

@ -24,13 +24,7 @@ class _LightCardBodyState extends State<LightCardBody> {
widthFactor: 0.5,
child: Container(
//color: Colors.redAccent,
child: SingleCircularSlider(
255,
entity.brightness ?? 0,
baseColor: Colors.white,
handlerColor: Colors.blue[200],
selectionColor: Colors.blue[100],
),
child: Text('Pffffff'),
),
);