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';
44import 'package:flutter_examples/widgets/flutter_backdrop.dart' ;
55import 'package:scoped_model/scoped_model.dart' ;
66import 'package:url_launcher/url_launcher.dart' ;
7- import 'package:intl/intl.dart' show NumberFormat;
87
98class RadialNonLinearLabel extends StatefulWidget {
109 final SubItemList sample;
@@ -249,9 +248,7 @@ class CustomAxis extends RadialAxis{
249248 color: Colors .grey,
250249 thickness: 10 ,),
251250 radiusFactor: radiusFactor,
252- ){
253-
254- }
251+ );
255252
256253 @override
257254 List <CircularAxisLabel > generateVisibleLabels (){
Original file line number Diff line number Diff 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) {
@@ -223,7 +219,6 @@ SfRadialGauge getMultipleRangePointerExampleGauge(bool isTileView) {
223219 );
224220}
225221
226- double _position = 0.25 ;
227222
228223
229224
You can’t perform that action at this time.
0 commit comments