Update Material Design Icons to 3.5.95

This commit is contained in:
estevez-dev
2019-03-09 13:26:45 +00:00
parent 2cfa92a42b
commit b8aa808de4
5 changed files with 3614 additions and 2811 deletions

View File

@ -180,21 +180,6 @@ class _LightControlsWidgetState extends State<LightControlsWidget> {
}
}
void _showColorPicker(LightEntity entity) {
showDialog(
context: context,
builder: (BuildContext context) {
return AlertDialog(
titlePadding: EdgeInsets.all(0.0),
contentPadding: EdgeInsets.all(0.0),
content: LightColorPicker(
color: _tmpColor,
),
);
},
);
}
Widget _buildEffectControl(LightEntity entity) {
if ((entity.supportEffect) && (entity.effectList != null)) {
return ModeSelectorWidget(