AndrossyView class

Inheritance

Constructors

AndrossyView.new({Key? key, required bool visible, required bool scrollable, required ScrollController? scrollController, required ViewScrollingType scrollingType, required Axis orientation, required EdgeInsets padding, required ImageFilter? backdropFilter, required BlendMode? backdropMode, required ViewRoots roots, required bool isCircular, required bool isBorderRadius, required bool isMargin, required bool isConstraints, required BorderRadius? borderRadius, required bool animationEnabled, required int animation, required Curve animationType, required Alignment? gravity, required Clip clipBehavior, required double? width, required double? height, required Matrix4? transform, required AlignmentGeometry? transformGravity, required double widthMax, required double widthMin, required double heightMax, required double heightMin, required BlendMode? backgroundBlendMode, required BlendMode? foregroundBlendMode, required bool isBorder, required BoxBorder? boxBorder, required Widget? attach(BuildContext _), required Widget builder(BuildContext _, Widget ___), required Widget root(BuildContext _, Widget ___), required Color? background, required Gradient? backgroundGradient, required DecorationImage? backgroundImage, required List<BoxShadow>? shadows, required Color? foreground, required Gradient? foregroundGradient, required DecorationImage? foregroundImage, required EdgeInsets margin, required bool isPadding, required bool isScrollable, required bool isOpacity, required double opacity, required bool opacityAlwaysIncludeSemantics, required dynamic onNotifyWrapper(Size)?, required bool absorbMode, required bool isClickMode, required bool isDimensional, required double dimensionRatio, required bool isFlexible, required int flex, required bool isPositional, required ViewPosition position, required double elevation, required double maxSize, required bool isInkWellMode, required Color? rippleColor, required Color? hoverColor, required Color? pressedColor, required ViewClickEffect? clickEffect, required OnViewClickListener? onClick, required OnViewClickListener? onDoubleClick, required OnViewClickListener? onLongClick, required void onNotifyHover(bool status)?, required void onNotifyToggle()?})
const

Properties

absorbMode bool
final
animation int
final
animationEnabled bool
final
animationType Curve
final
attach Widget? Function(BuildContext _)
final
backdropFilter ImageFilter?
final
backdropMode BlendMode?
final
background Color?
final
backgroundBlendMode BlendMode?
final
backgroundGradient Gradient?
final
backgroundImage DecorationImage?
final
borderRadius BorderRadius?
final
boxBorder BoxBorder?
final
builder Widget Function(BuildContext _, Widget ___)
final
clickEffect ViewClickEffect?
final
clipBehavior Clip
final
dimensionRatio double
final
elevation double
final
flex int
final
foreground Color?
final
foregroundBlendMode BlendMode?
final
foregroundGradient Gradient?
final
foregroundImage DecorationImage?
final
gravity Alignment?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
heightMax double
final
heightMin double
final
hoverColor Color?
final
isBorder bool
final
isBorderRadius bool
final
isCircular bool
final
isClickMode bool
final
isConstraints bool
final
isDimensional bool
final
isFlexible bool
final
isInkWellMode bool
final
isMargin bool
final
isOpacity bool
final
isPadding bool
final
isPositional bool
final
isScrollable bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsets
final
maxSize double
final
onClick OnViewClickListener?
final
onDoubleClick OnViewClickListener?
final
onLongClick OnViewClickListener?
final
onNotifyHover → void Function(bool status)?
final
onNotifyToggle → void Function()?
final
onNotifyWrapper → dynamic Function(Size)?
final
opacity double
final
opacityAlwaysIncludeSemantics bool
final
orientation Axis
final
padding EdgeInsets
final
position ViewPosition
final
pressedColor Color?
final
rippleColor Color?
final
root Widget Function(BuildContext _, Widget ___)
final
roots ViewRoots
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollable bool
final
scrollController ScrollController?
final
scrollingType ViewScrollingType
final
shadows List<BoxShadow>?
final
transform Matrix4?
final
transformGravity AlignmentGeometry?
final
visible bool
final
width double?
final
widthMax double
final
widthMin double
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
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, int wrapWidth = 65}) 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