Resolves #109 No static width for inputs

This commit is contained in:
estevez
2018-10-02 23:21:50 +03:00
parent 8a0d5581d9
commit 648750655c
3 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ class _SliderEntityWidgetState extends _EntityWidgetState {
} else if (valueStep < 0.1) {
_multiplier = 100;
}
return Container(
width: 200.0,
return Expanded(
//width: 200.0,
child: Row(
children: <Widget>[
Expanded(