File tree Expand file tree Collapse file tree 1 file changed +1
-53
lines changed
Expand file tree Collapse file tree 1 file changed +1
-53
lines changed Original file line number Diff line number Diff line change @@ -90,56 +90,4 @@ HelpWidget(
9090)
9191```
9292
93- To make it easier we provide some classes:
94-
95- #### Components
96-
97- ##### Buttons
98-
99- ` DetailsButton ` - used in main view to go to options view.
100-
101- ` HelpOptionButton ` - used in options view as a link to external resources.
102-
103- ` RoundedButton ` - close button for ` CardRounded ` .
104-
105- ##### Other
106-
107- ` CardRounded ` - base widget for every view.
108-
109- ` ChevronDown ` - flexible chevron icon.
110-
111- ` FlagCard ` - default collapsed view.
112-
113- ` FlagWidget ` - flexible widget with Ukraine flag colors.
114-
115- ` HoverWrapper ` - add responses for pointer events to your widget.
116-
117- ` XMark ` - flexible cross icon.
118-
119- ### Controllers
120-
121- ` TraverseController ` is used to track current view and direction of last transition.
122-
123- ### Helpers
124-
125- ` defaultOptionsList ` - list of default link buttons for external resources.
126-
127- ` Emojis ` - emoji constants just to be a little more descriptive.
128-
129- ` HelpWidgetView ` - enum to track current view using ` TraverseController ` .
130-
131- ### Theme
132-
133- ` FontConfig ` - common font settings in project.
134-
135- ` HelpColors ` - common colors used in project.
136-
137- ` TextThemes ` - common text theming constants.
138-
139- ### Widgets
140-
141- ` HelpWidget ` - base class for help widgets.
142-
143- ` LinksCardWidget ` - base class for options view.
144-
145- ` UkraineFlagWidget ` is the rounded square flag you see in collapsed view.
93+ To make it easier we provide some [ classes] ( # ) .
You can’t perform that action at this time.
0 commit comments