VxContinuousRectangle class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- VxContinuousRectangle
- Available extensions
- CenterExtension
- ScrollExtension
- VxAnimatedContainerWidgetExtension
- VxBadgeExtension
- VxCardExtension
- VxContainerWidgetExtension
- VxGestureExtensions
- VxGlassWidgetExtension
- VxObjectExtensions
- VxOpacityExtension
- VxPaddingExtensions
- VxRandomContainerWidgetExtension
- VxRoutesWidgetsExtension
- VxShapesExtension
- VxShiftWidgetExt
- VxShimmerExtension
- VxSizedBoxExtension
- VxSkeletonExtension
- VxThemeExtension
- VxToggleExtension
- VxTransformExtension
- VxWidgetsExtension
- VxZoomExtensions
Constructors
-
VxContinuousRectangle({Key? key, Widget? child, Color? backgroundColor, double? radius, double? width, double? height, BorderSide? borderSide, Gradient? gradient, DecorationImage? backgroundImage, List<
BoxShadow> ? shadows}) - Creates a continuous rectangle that represents a shape.
Properties
- backgroundColor → Color?
-
The color with which to fill the rectangle.
If a backgroundColor is not specified, the theme's
ThemeData.primaryColorLight is used with dark foreground colors, and
ThemeData.primaryColorDark with light foreground colors.
final
- backgroundImage → DecorationImage?
-
To provide background image
final
- borderSide → BorderSide?
-
Border to provide stroke.
final
- child → Widget?
-
The widget below this widget in the tree.
final
- gradient → Gradient?
-
To provide gradient
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
The height of the rectangle.
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- noneShadow → VxContinuousRectangle
-
Shadowing
no setterinherited
- outerShadow → VxContinuousRectangle
-
no setterinherited
- outerShadow2Xl → VxContinuousRectangle
-
no setterinherited
- outerShadow3Xl → VxContinuousRectangle
-
no setterinherited
- outerShadowLg → VxContinuousRectangle
-
no setterinherited
- outerShadowMd → VxContinuousRectangle
-
no setterinherited
- outerShadowSm → VxContinuousRectangle
-
Shadowing
no setterinherited
- outerShadowXl → VxContinuousRectangle
-
no setterinherited
- radius → double?
-
The radius of the rectangle.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → VxContinuousRectangle
-
Shadowing
no setterinherited
- shadow2xl → VxContinuousRectangle
-
To give twice extra large shadow.
no setterinherited
- shadow3xl → VxContinuousRectangle
-
To give thrice extra large shadow.
no setterinherited
- shadow4xl → VxContinuousRectangle
-
To give 4x extra large shadow.
no setterinherited
- shadow5xl → VxContinuousRectangle
-
To give 5x extra large shadow.
no setterinherited
- shadowLg → VxContinuousRectangle
-
To give large shadow.
no setterinherited
- shadowMax → VxContinuousRectangle
-
To give max shadow.
no setterinherited
- shadowMd → VxContinuousRectangle
-
To give medium shadow.
no setterinherited
-
shadows
→ List<
BoxShadow> ? -
To provide blend mode
final
- shadowSm → VxContinuousRectangle
-
To give small shadow.
no setterinherited
- shadowXl → VxContinuousRectangle
-
To give extra large shadow.
no setterinherited
- shadowXs → VxContinuousRectangle
-
To give extra small shadow.
no setterinherited
-
velocityShadow
↔ List<
BoxShadow> ? -
getter/setter pairinherited
- width → double?
-
The width of the rectangle.
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setChildForShadow(
VxContinuousRectangle child) → void -
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited