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 -
Available on Widget, provided by the VxShapesExtension extension
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 -
Available on Widget, provided by the VxShapesExtension extension
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 -
Available on Widget, provided by the VxShapesExtension extension
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 -
Available on Widget, provided by the VxShapesExtension extension
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 -
Available on Widget, provided by the VxShapesExtension extension
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 -
Available on Widget, provided by the VxShapesExtension extension
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 -
Available on Widget, provided by the VxShapesExtension extension
Extension method to directly access VxTriangle with any widget without wrapping or with dot operator.