ContainerExtension extension
Methods
-
xContainer({double width, Color color, EdgeInsetsGeometry padding, Color shadowColor, double rounded, double height, double blurRadius, double spreadRadius, Offset offset, Function onTap, EdgeInsetsGeometry margin, DecorationImage image, Key key, BorderRadiusGeometry borderRadius})
→ Widget
-
-
xContainerGradient({double width, Gradient gradient, EdgeInsetsGeometry padding, Color shadowColor, double rounded, double height, double blurRadius, double spreadRadius, Offset offset, Function onTap, EdgeInsetsGeometry margin, DecorationImage image, Key key, BorderRadiusGeometry borderRadius})
→ Widget
-
-
xCustomCard({double width, Color color = Colors.white, EdgeInsetsGeometry padding, Color shadowColor = Colors.grey, double rounded = 15, double height, double blurRadius = 30, double spreadRadius = 0.2, Offset offset = const Offset(0, 20), Function onTap, EdgeInsetsGeometry margin, DecorationImage image, BorderRadiusGeometry borderRadius})
→ Widget
-