v0.8.0-beta.3
Pre-release
Pre-release
- adds
childPosition
toActionSlider.standard
- adds
childAnimation
parameter toActionSlider.standard
andActionSlider.dual
- migrates from
SliderMode
toSliderStatus
- adds
status
to all constructors - adds
expanded
,highlighted
andside
parameters toSliderMode.loading
,SliderMode.success
andSliderMode.failure
- BREAKING: renames
customForegroundBuilder
tocustomIconBuilder
- BREAKING: changes default background color from
ThemeData.cardColor
toThemeData.colorScheme.surface
- BREAKING: removes
rolling
in favor of the newiconAnimation
parameter - BREAKING: renames
SlidingState
toSlidingStatus
- BREAKING: moves parameters in
ActionSlider.standard
andActionSlider.dual
tostyle
:backgroundColor
backgroundBorderRadius
(renamed toborderRadius
)toggleColor
boxShadow
- adds option to add
SliderStyle
toextensions
ofThemeData