flutter_shimmer library

Constants

defaultColors → const List<Color>
textdefaultColors → const List<Color>

Functions

buildButtomBox(Animation _animation, {required double width, required double height, required bool isDarkMode, required bool isRectBox, required bool isPurplishMode, required AlignmentGeometry beginAlign, required AlignmentGeometry endAlign, required bool hasCustomColors, required List<Color> colors, bool isVideoShimmer = false}) Widget
customBoxDecoration({required Animation animation, bool isRectBox = false, bool isDarkMode = false, bool isPurplishMode = false, bool hasCustomColors = false, List<Color> colors = defaultColors, AlignmentGeometry beginAlign = Alignment.topLeft, AlignmentGeometry endAlign = Alignment.bottomRight}) Decoration
radiusBoxDecoration({required Animation animation, bool isDarkMode = false, bool isPurplishMode = false, bool hasCustomColors = false, AlignmentGeometry beginAlign = Alignment.topLeft, AlignmentGeometry endAlign = Alignment.bottomRight, List<Color> colors = defaultColors, double radius = 10.0}) Decoration