File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
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 @@ -223,7 +223,6 @@ SfRadialGauge getMultipleRangePointerExampleGauge(bool isTileView) {
223223 );
224224}
225225
226- double _position = 0.25 ;
227226
228227
229228
You can’t perform that action at this time.
0 commit comments