VxShapesExtension extension

on

Methods

bevel({Key? key, Widget? child, Color? backgroundColor, double? radius, double? width, double? height, BorderSide? borderSide, DecorationImage? backgroundImage, Gradient? gradient, List<BoxShadow>? shadows}) VxBevel
Extension method to directly access VxBevel with any widget without wrapping or with dot operator.
capsule({Key? key, Widget? child, Color? backgroundColor, double? width, double? height, BoxBorder? border, BoxDecoration? customDecoration, DecorationImage? backgroundImage, BlendMode? blendMode, Gradient? gradient, List<BoxShadow>? shadows}) VxCapsule
Extension method to directly access VxCapsule with any widget without wrapping or with dot operator.
circle({Key? key, Widget? child, Color? backgroundColor, double? radius, BoxBorder? border, BoxDecoration? customDecoration, DecorationImage? backgroundImage, BlendMode? blendMode, Gradient? gradient, List<BoxShadow>? shadows}) VxCircle
Extension method to directly access VxCircle with any widget without wrapping or with dot operator.
continuousRectangle({Key? key, Widget? child, Color? backgroundColor, double? radius, double? width, double? height, BorderSide? borderSide, DecorationImage? backgroundImage, Gradient? gradient, List<BoxShadow>? shadows}) VxContinuousRectangle
Extension method to directly access VxContinuousRectangle with any widget without wrapping or with dot operator.
ellipse({Key? key, Widget? child, Color? backgroundColor, double? width, double? height, BoxBorder? border, BoxDecoration? customDecoration, DecorationImage? backgroundImage, BlendMode? blendMode, Gradient? gradient, List<BoxShadow>? shadows}) VxEllipse
Extension method to directly access VxEllipse with any widget without wrapping or with dot operator.
ticket({Key? key, Widget? child, Color? backgroundColor, double? width, double? height, bool? isHardEdged, bool? isTwoSided}) VxTicket
Extension method to directly access VxTicket with any widget without wrapping or with dot operator.
triangle({Key? key, Widget? child, Color? backgroundColor, double? width, double? height, double? strokeWidth}) VxTriangle
Extension method to directly access VxTriangle with any widget without wrapping or with dot operator.