File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import 'package:flutter_examples/model/model.dart';
4
4
import 'package:flutter_examples/widgets/flutter_backdrop.dart' ;
5
5
import 'package:scoped_model/scoped_model.dart' ;
6
6
import 'package:url_launcher/url_launcher.dart' ;
7
- import 'package:intl/intl.dart' show NumberFormat;
8
7
9
8
class RadialNonLinearLabel extends StatefulWidget {
10
9
final SubItemList sample;
@@ -249,9 +248,7 @@ class CustomAxis extends RadialAxis{
249
248
color: Colors .grey,
250
249
thickness: 10 ,),
251
250
radiusFactor: radiusFactor,
252
- ){
253
-
254
- }
251
+ );
255
252
256
253
@override
257
254
List <CircularAxisLabel > generateVisibleLabels (){
Original file line number Diff line number Diff line change @@ -96,10 +96,6 @@ class _FrontPanelState extends State<FrontPanel> {
96
96
_FrontPanelState (this .sample);
97
97
@override
98
98
Widget build (BuildContext context) {
99
- setState ((){
100
- _position = MediaQuery .of (context).orientation == Orientation .portrait ? 0.2 : 0.33 ;
101
- });
102
-
103
99
return ScopedModelDescendant <SampleListModel >(
104
100
rebuildOnChange: true ,
105
101
builder: (context, _, model) {
@@ -223,7 +219,6 @@ SfRadialGauge getMultipleRangePointerExampleGauge(bool isTileView) {
223
219
);
224
220
}
225
221
226
- double _position = 0.25 ;
227
222
228
223
229
224
You can’t perform that action at this time.
0 commit comments