helpers/box_decoration
library
Functions
-
pBoxDecoration({Color? color, BorderRadius? borderRadius, double? radius, double borderWidth = 1, String? image, bool isAsset = true, BoxFit? fit, DecorationImage? decorationImage, BoxBorder? border, bool hasBorder = false, Color? borderColor, List<BoxShadow>? boxShadow, Color shadowColor = Clr.colorWhite, double shadowRadius = 0, Offset shadowOffset = const Offset(0.0, 0.0), Gradient? gradient, BorderStyle borderStyle = BorderStyle.solid, BoxShape? shape})
→ BoxDecoration
-