Skip to content

Commit dfb2f64

Browse files
DeviArunaMsumathijayaraj
authored andcommitted
warning cleared in gauge sample
1 parent df78cf4 commit dfb2f64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/samples/gauge/pointers/multiple_ranges.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ class _FrontPanelState extends State<FrontPanel> {
9696
_FrontPanelState(this.sample);
9797
@override
9898
Widget build(BuildContext context) {
99-
setState((){
100-
_position = MediaQuery.of(context).orientation == Orientation.portrait ? 0.2 : 0.33;
101-
});
102-
10399
return ScopedModelDescendant<SampleListModel>(
104100
rebuildOnChange: true,
105101
builder: (context, _, model) {

0 commit comments

Comments
 (0)