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
@@ -609,7 +609,7 @@ exposed to the degree they can be, should you ever need them.
609
609
**Finally**, the default example also includes a light and dark theme mode toggle. It is there so that you
610
610
can test the look and operation of the color picker with a dark theme.
611
611
612
-
# FlexColorPicker API Guide
612
+
# API Guide
613
613
614
614
In addition to what is covered in the above [tutorial](#tutorial), the **FlexColorPicker** has a large amount of
615
615
additional features. Its behavior can easily be modified with its direct
@@ -649,8 +649,6 @@ ColorPicker(
649
649
),
650
650
```
651
651
652
-
653
-
654
652
### Enabled Color Pickers
655
653
656
654
API reference: [pickersEnabled](https://pub.dev/documentation/flex_color_picker/latest/flex_color_picker/ColorPicker/pickersEnabled.html)
@@ -1352,7 +1350,7 @@ cumbersome to use, although the above mentioned example show how it is done.
1352
1350
1353
1351
### Function showColorPickerDialog
1354
1352
1355
-
API reference: [showColorPickerDialog](https://pub.dev/documentation/flex_color_picker/latest/flex_color_picker/ColorPicker/showColorPickerDialog.html)
1353
+
API reference: [showColorPickerDialog](https://pub.dev/documentation/flex_color_picker/latest/flex_color_picker/showColorPickerDialog.html)
1356
1354
1357
1355
The `showColorPickerDialog` function is often simpler to use. Just pass in a build context for the dialog, and the
1358
1356
required start color value, then call the function, with needed color picker and dialog setup properties, and
@@ -1372,7 +1370,7 @@ its `showPickerDialog` method.
1372
1370
1373
1371
The `showColorPickerDialog` dialog demo in the default example app shown earlier [here](#dialog-colorpicker-function)
0 commit comments