AndrossyView constructor
const
AndrossyView({
- 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(),
- 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()?,
- 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()?,
Implementation
const AndrossyView({
super.key,
required this.visible,
required this.scrollable,
required this.scrollController,
required this.scrollingType,
required this.orientation,
required this.padding,
required this.backdropFilter,
required this.backdropMode,
required this.roots,
required this.isCircular,
required this.isBorderRadius,
required this.isMargin,
required this.isConstraints,
required this.borderRadius,
required this.animationEnabled,
required this.animation,
required this.animationType,
required this.gravity,
required this.clipBehavior,
required this.width,
required this.height,
required this.transform,
required this.transformGravity,
required this.widthMax,
required this.widthMin,
required this.heightMax,
required this.heightMin,
required this.backgroundBlendMode,
required this.foregroundBlendMode,
required this.isBorder,
required this.boxBorder,
required this.attach,
required this.builder,
required this.root,
required this.background,
required this.backgroundGradient,
required this.backgroundImage,
required this.shadows,
required this.foreground,
required this.foregroundGradient,
required this.foregroundImage,
required this.margin,
required this.isPadding,
required this.isScrollable,
required this.isOpacity,
required this.opacity,
required this.opacityAlwaysIncludeSemantics,
required this.onNotifyWrapper,
required this.absorbMode,
required this.isClickMode,
required this.isDimensional,
required this.dimensionRatio,
required this.isFlexible,
required this.flex,
required this.isPositional,
required this.position,
required this.elevation,
required this.maxSize,
required this.isInkWellMode,
required this.rippleColor,
required this.hoverColor,
required this.pressedColor,
required this.clickEffect,
required this.onClick,
required this.onDoubleClick,
required this.onLongClick,
required this.onNotifyHover,
required this.onNotifyToggle,
});