ContainerPlus class

Inheritance

Constructors

ContainerPlus({Key? key, double? height, double? width, Color? color = Colors.transparent, Widget? child, EdgeInsets padding = EdgeInsets.zero, EdgeInsets? margin = EdgeInsets.zero, DecorationImage? image, Alignment? alignment, BlendMode? backgroundBlendMode, BoxConstraints? boxConstraints, bool isCenter = false, bool isExpanded = false, bool isCircle = false, dynamic onPanUpdate(DragUpdateDetails)?, dynamic onPanStart(DragStartDetails)?, dynamic onPanEnd(DragEndDetails)?, dynamic onPanDown(DragDownDetails)?, dynamic onPanCancel()?, dynamic onTap()?, dynamic onTapDown(TapDownDetails)?, dynamic onTapUp(TapUpDetails)?, dynamic onTapCancel()?, dynamic onDoubleTap()?, dynamic onLongPress()?, dynamic notifyParent(Size?, Offset?)?, SkeletonPlus? skeleton, RadiusPlus? radius, BorderPlus? border, GradientPlus? gradient, List<ShadowPlus>? shadows, List<InnerShadowPlus>? innerShadows})

Properties

alignment Alignment?
ContainerPlus alignment
final
backgroundBlendMode BlendMode?
ContainerPlus backgroundBlendMode
final
border BorderPlus?
ContainerPlus border
final
boxConstraints BoxConstraints?
ContainerPlus boxConstraints
final
child Widget?
ContainerPlus child widget
final
color Color?
ContainerPlus color when there is no gradient
final
gradient GradientPlus?
ContainerPlus gradient
final
hashCode int
The hash code for this object.
no setterinherited
height double?
ContainerPlus height
final
image DecorationImage?
ContainerPlus image background
final
innerShadows List<InnerShadowPlus>?
ContainerPlus innerShadows
final
isCenter bool
ContainerPlus inside Center widget
final
isCircle bool
ContainerPlus circle radius
final
isExpanded bool
ContainerPlus inside Expanded widget
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsets?
ContainerPlus margin
final
notifyParent → (dynamic Function(Size?, Offset?)?)
Async notify a parent the size and position of ContainerPlus
final
onDoubleTap → (dynamic Function()?)
ContainerPlus onDoubleTap action
final
onLongPress → (dynamic Function()?)
ContainerPlus onLongPress action
final
onPanCancel → (dynamic Function()?)
ContainerPlus onPanCancel action
final
onPanDown → (dynamic Function(DragDownDetails)?)
ContainerPlus onPanDown action
final
onPanEnd → (dynamic Function(DragEndDetails)?)
ContainerPlus onLongPress action
final
onPanStart → (dynamic Function(DragStartDetails)?)
ContainerPlus onPanEnd action
final
onPanUpdate → (dynamic Function(DragUpdateDetails)?)
ContainerPlus onPanUpdate action
final
onTap → (dynamic Function()?)
ContainerPlus onTap action
final
onTapCancel → (dynamic Function()?)
ContainerPlus onTapCancel action
final
onTapDown → (dynamic Function(TapDownDetails)?)
ContainerPlus onTapDown action
final
onTapUp → (dynamic Function(TapUpDetails)?)
ContainerPlus onTapUp action
final
padding EdgeInsets
ContainerPlus padding
final
radius RadiusPlus?
ContainerPlus radius
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<ShadowPlus>?
ContainerPlus shadows
final
skeleton SkeletonPlus?
ContainerPlus skeleton
final
width double?
ContainerPlus width
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _ContainerPlusState
Creates the mutable state for this widget at a given location in the tree.
override
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
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