Some cleanup
This commit is contained in:
@ -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'),
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user