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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -70,22 +70,22 @@ Settings list it's a wrapper for your settings UI.
70
70
| SettingsThemeData darkTheme | Setup your dark theme | -
71
71
| Brightness brightness | Overwrite the brightness you want | -
72
72
| EdgeInsetsGeometry contentPadding | Set custom paddings | -
73
-
| ApplicationType applicationType | Setup the application type you use: the material for MaterialApp, the cupertino for CupertinoApp and the both if you running the MaterialApp and the CupertinoApp depending on the device's OC | -
73
+
| ApplicationType applicationType | Setup the application type you use: the material for MaterialApp, the cupertino for CupertinoApp, and the `both`, if you running the MaterialApp and the CupertinoApp depending on the device's OC | -
74
74
75
75
<br>
76
76
<br>
77
77
<br>
78
78
<br>
79
79
80
80
## Settings Section
81
-
Setting section is the block of your settings tiles located in your `SettingsList`.
81
+
The Setting section is the block of your settings tiles located in your `SettingsList`.
82
82
83
83
### Implementations
84
84
85
85
| Type | Description |
86
86
|--|--|
87
87
| AbstractSettingsSection | An abstract entity. Just an OOP's thing (so you can expand it yourself) |
88
-
| CustomSettingsSection | You asked a lot. We implemented this for you. Now you can put anything you want as a child inside this custom section. Just paste the image of your cat or the weather widget inside the `SettingsList`. Feel free and enjoy |
88
+
| CustomSettingsSection | You asked a lot. We implemented this for you. Now you can put anything you want as a child inside this custom section. Just paste the image of your cat or the weather widget inside the `SettingsList`. Feel free and enjoy |
89
89
| SettingsSection | The default section widget, contains `Widget title`, `EdgeInsetsDirectional margin` and the required list of `AbstractSettingsTile` we called `tiles` |
90
90
91
91
<br>
@@ -100,7 +100,7 @@ Here it is. The section tile. It displays the elements you want to show.
100
100
| Type | Description |
101
101
|--|--|
102
102
| AbstractSettingsTile | One more OOP's thing (so you can expand it yourself) |
103
-
| CustomSettingsTile | The main idea the same as for the `CustomSettingsSection`. You can put anything as a child inside your `SettingsSection`.
103
+
| CustomSettingsTile | The main idea is the same as for the `CustomSettingsSection`. You can put anything as a child inside your `SettingsSection`.
104
104
| SettingsTile | I think that we need to discuss this deeper. See below for the details.
105
105
106
106
<br>
@@ -140,4 +140,4 @@ The implementation of `AbstractSettingsTile`. It has a lot of fabric methods and
140
140
141
141
142
142
## License
143
-
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details
143
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details
0 commit comments