You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Attributes of BottomBarTheme](#attributes-of-bottombartheme)
23
+
-[Attributes of MainActionButtonTheme](#attributes-of-mainactionbuttontheme)
24
+
25
+
---
26
+
14
27
## Getting Started
15
28
16
29
### Add dependency
@@ -64,6 +77,8 @@ Scaffold(
64
77
65
78
**More examples you can see**[here](https://github.com/Frezyx/bottom_bar_with_sheet/tree/master/example/lib)
66
79
80
+
---
81
+
67
82
## Attributes
68
83
69
84
| Attribute | Type | Annotation |
@@ -81,7 +96,7 @@ Scaffold(
81
96
| curve | Curve | the style of animation from the suggested ones of **Curve**|
82
97
| bottomBarMainAxisAlignment | MainAxisAlignment | The direction in which the widget content will line up |
83
98
| mainActionButton | MainActionButton | Custom version of Main Action Button |
84
-
99
+
---
85
100
## Attributes of BottomBarTheme
86
101
87
102
| Attribute | Type | Annotation |
@@ -100,6 +115,8 @@ Scaffold(
100
115
| mainButtonPosition | enum | filed that response for the position of MainActionButton position this field have 3 possible values: MainButtonPosition.left, MainButtonPosition.right , MainButtonPosition.Center |
101
116
| isVerticalItemLabel | bool | makes the labels of the items appear vertically or horizontally |
102
117
118
+
---
119
+
103
120
## Attributes of MainActionButtonTheme
104
121
105
122
| Attribute | Type | Annotation |
@@ -111,8 +128,7 @@ Scaffold(
111
128
| margin | EdgeInsets | side paddings of **Main Action Button**|
112
129
| transform | Matrix4 | This field can set transform location of **Main Action Button**|
113
130
114
-
<br><br>
115
-
116
-
For help getting started with Flutter, view our
131
+
---
132
+
*For help getting started with Flutter, view our
117
133
[online documentation](https://flutter.dev/docs), which offers tutorials,
118
-
samples, guidance on mobile development, and a full API reference.
134
+
samples, guidance on mobile development, and a full API reference.*
0 commit comments