Skip to content

Commit

Permalink
optimizes documentation of ActionSlider.standard
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddin committed Mar 17, 2022
1 parent 2cfde3a commit 4402b22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/action_slider_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ class ActionSlider extends StatefulWidget {
///This is useful if you use your own [SliderMode]s.
///You can also use [customForegroundBuilderChild] with the [customForegroundBuilder] for efficiency reasons.
///
///If [customBackgroundBuilder] is not null, the value of [child] is ignored.
///You can also use [customBackgroundBuilderChild] with the [customBackgroundBuilder] for efficiency reasons.
///
///If [customOuterBackgroundBuilder] is not null, the values of [backgroundColor], [backgroundBorderRadius] and [boxShadow] are ignored.
///You can also use [customOuterBackgroundBuilderChild] with the [customOuterBackgroundBuilder] for efficiency reasons.
ActionSlider.standard({
Expand Down

0 comments on commit 4402b22

Please sign in to comment.