widgets/box_decoration library
Functions
-
proBoxDecoration(
{Color? backgroundColor, double? borderRadius, BorderRadius? customBorderRadius, Color? borderColor, double? borderWidth, bool? enableShadow, Color? shadowColor, Offset? shadowOffset, double? shadowBlurRadius, double? shadowSpreadRadius, bool? gradientEnable, Gradient? gradient}) → BoxDecoration - Box decoration for widgets like the container etc. is now more easy with proBoxDecoration. Just check parameters and pass values.