Photo class

Photo ~ PhotoConfig final class

Inheritance
Mixed in types

Constructors

Photo({Key? key})

Properties

alignmentToCenter Photo
@shortcut ~ align to center
no setterinherited
alignmentToEnd Photo
@shortcut ~ align to bottom right corner
no setterinherited
alignmentToStart Photo
@shortcut ~ align to top left corner
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
heightToInfinity Photo
@shortcut ~ expand height to maximum
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeToInfinity Photo
@shortcut ~ expand size to maximum
no setterinherited
widthToInfinity Photo
@shortcut ~ expand width to maximum
no setterinherited

Methods

alignment(Alignment? alignment) Photo
@varies ~ set alignment
inherited
axis(Axis? axis) Photo
@fixed ~ set axis
inherited
call() PhotoOUT
subclass should override this method to define the associated ConfigOUT. of the Call this method to get an instance of the associated ConfigOUT data.
inherited
child(Widget child) Photo
@fixed ~ set child
inherited
children(List<Widget>? children) Photo
@fixed ~ set children
inherited
clip(Clip? clip) Photo
@fixed ~ set clip behaviour
inherited
constraints(BoxConstraints? constraints) Photo
@varies ~ set box constraints
inherited
copy<Type>(Photo t) Photo
inherited
copyInkwell(InkwellConfig<InkwellConfig<dynamic, InkwellConfigIN, InkwellConfigOUT>, InkwellConfigIN, InkwellConfigOUT> inkwell) Photo
@config reference ~ copy inkwell
inherited
copyLayout(LayoutConfig<LayoutConfig<dynamic, LayoutConfigIN, LayoutConfigOUT>, LayoutConfigIN, LayoutConfigOUT> layout) Photo
@config reference ~ copy umbra
inherited
copyRadii(RadiiConfig<RadiiConfig<dynamic, RadiiConfigIN, RadiiConfigOUT>, RadiiConfigIN, RadiiConfigOUT> radii) Photo
@config reference ~ copy radii
inherited
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createNew() Photo
override
createState() ConfigState<Photo, PhotoIN, PhotoOUT>
Creates the mutable state for this widget at a given 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
filter(Color color) Photo
@varies ~ set color filter
inherited
filterBlend(BlendMode? blendMode) Photo
@fixed ~ set blend mode
inherited
focusColor(Color color, [int? alpha]) Photo
@varies ~ set focus color
inherited
height(double height) Photo
@varies ~ set height
inherited
heightFactor(double factor) Photo
@varies ~ set height scale factor
inherited
highlightColor(Color color, [int? alpha]) Photo
@varies ~ set highlight color
inherited
hoverColor(Color color, [int? alpha]) Photo
@varies ~ set hover color
inherited
inkType(InkType type) Photo
@fixed ~ set Inkwell type
inherited
margin(EdgeInsets? margin) Photo
@varies ~ set margin
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLongPress(dynamic onLongPress()) Photo
@fixed ~ set long press callback
inherited
onTap(dynamic onTap()) Photo
@fixed ~ set tap callback
inherited
overlayColor(Color color, [int? alpha]) Photo
@varies ~ set overlay color
inherited
padding(EdgeInsets? padding) Photo
@varies ~ set padding
inherited
picture(Picture? picture) Photo
@fixed ~ set picture data
inherited
pictureFit(BoxFit? boxFit) Photo
@fixed ~ set box fit
inherited
resolve<Type>(dynamic data, Symbol tag) Photo
inherited
roundBottom(double value) Photo
inherited
roundBottomLeft(double x, [double? y]) Photo
inherited
roundBottomLeftX(double value) Photo
inherited
roundBottomLeftY(double value) Photo
inherited
roundBottomRight(double x, [double? y]) Photo
inherited
roundBottomRightX(double value) Photo
inherited
roundBottomRightY(double value) Photo
inherited
roundLeft(double value) Photo
inherited
roundRight(double value) Photo
inherited
roundTop(double value) Photo
inherited
roundTopLeft(double x, [double? y]) Photo
inherited
roundTopLeftX(double value) Photo
inherited
roundTopLeftY(double value) Photo
inherited
roundTopRight(double x, [double? y]) Photo
inherited
roundTopRightX(double value) Photo
inherited
roundTopRightY(double value) Photo
inherited
size(double x, [double? y]) Photo
@varies ~ set size
inherited
splashColor(Color color, [int? alpha]) Photo
@varies ~ set splash color
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
update(PhotoIN change(PhotoIN data)) Photo
inherited
width(double width) Photo
@varies ~ set width
inherited
widthFactor(double factor) Photo
@varies ~ set width scale factor
inherited

Operators

operator *(double operand) Photo
inherited
operator +(Photo operand) Photo
inherited
operator -(Photo operand) Photo
inherited
operator ==(Object other) bool
The equality operator.
inherited