File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33# see https://github.com/dart-lang/pedantic#enabled-lints.
44include : package:pedantic/analysis_options.yaml
55
6+ linter :
7+ rules :
8+ - public_member_api_docs
69analyzer :
710 exclude :
811 - example/**
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ class ConvexAppBar extends StatefulWidget {
369369class ConvexAppBarState extends State <ConvexAppBar >
370370 with TickerProviderStateMixin {
371371 int ? _currentIndex;
372+ /// get index
372373 int ? get currentIndex => _currentIndex;
373374 int _warpUnderwayCount = 0 ;
374375 Animation <double >? _animation;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import 'package:flutter/cupertino.dart';
1818
1919/// Tab item used for [ConvexAppBar] .
2020class TabItem <T > {
21- // this code is added by moein
21+ /// this code is added by moein
2222 final String ? fontFamily;
2323
2424 /// Tab text.
You can’t perform that action at this time.
0 commit comments