We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df78cf4 commit dfb2f64Copy full SHA for dfb2f64
lib/samples/gauge/pointers/multiple_ranges.dart
@@ -96,10 +96,6 @@ class _FrontPanelState extends State<FrontPanel> {
96
_FrontPanelState(this.sample);
97
@override
98
Widget build(BuildContext context) {
99
- setState((){
100
- _position = MediaQuery.of(context).orientation == Orientation.portrait ? 0.2 : 0.33;
101
- });
102
-
103
return ScopedModelDescendant<SampleListModel>(
104
rebuildOnChange: true,
105
builder: (context, _, model) {
0 commit comments