Skip to content

Commit 1e7f879

Browse files
author
srinivas
committed
added comment fields description for GFIntroScreen component
1 parent 221a51b commit 1e7f879

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/components/intro_screen/gf_intro_screen.dart

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@ class GFIntroScreen extends StatefulWidget {
1414
this.color = Colors.white})
1515
: super(key: key);
1616

17+
/// if the type as [GFIntroType.fullWidth],[GFIntroType.half],[GFIntroType.rounded] use [GFIntroSlide]'s or customWidgets
18+
/// if the type as [GFIntroType.bubble] use [GFIntroBubbleSlide]'s or customWidgets
1719
final List<Widget> slides;
20+
21+
/// type of [GFIntroType] which takes the type ie, fullWidth, half,rounded and bubble for the [GFIntroScreen]
1822
final GFIntroType type;
23+
24+
/// default controller for the [GFIntroScreen] component
1925
final PageController pageController;
26+
27+
/// [GFIntroScreen] bottom navigation will be used as [GFIntroBottomNavigation] component
2028
final GFIntroBottomNavigation gfIntroBottomNavigation;
29+
30+
/// background color of the [GFIntroScreen] component
2131
final Color color;
2232

2333
@override

0 commit comments

Comments
 (0)