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';
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 @@ -223,7 +223,6 @@ SfRadialGauge getMultipleRangePointerExampleGauge(bool isTileView) {
223
223
);
224
224
}
225
225
226
- double _position = 0.25 ;
227
226
228
227
229
228
You can’t perform that action at this time.
0 commit comments