Radii class

Radii ~ RadiiConfig final class

Inheritance
Mixed in types

Constructors

Radii({Key? key})
Radii.all(double value)
factory
Radii.corners({double topLeft = 0, double topRight = 0, double bottomRight = 0, double bottomLeft = 0})
factory
Radii.sides({double left = 0, double right = 0, double top = 0, double bottom = 0})
factory

Properties

hashCode int
The hash code for this object.
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

Methods

call() RadiiOUT
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) Radii
@fixed ~ set child
inherited
clip(Clip? clip) Radii
@fixed ~ set clip behaviour
inherited
copy<Type>(Radii t) Radii
inherited
copyRadii(RadiiConfig<RadiiConfig<dynamic, RadiiConfigIN, RadiiConfigOUT>, RadiiConfigIN, RadiiConfigOUT> radii) Radii
@config reference ~ copy radii
inherited
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createNew() Radii
override
createState() ConfigState<Radii, RadiiIN, RadiiOUT>
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve<Type>(dynamic data, Symbol tag) Radii
inherited
roundBottom(double value) Radii
inherited
roundBottomLeft(double x, [double? y]) Radii
inherited
roundBottomLeftX(double value) Radii
inherited
roundBottomLeftY(double value) Radii
inherited
roundBottomRight(double x, [double? y]) Radii
inherited
roundBottomRightX(double value) Radii
inherited
roundBottomRightY(double value) Radii
inherited
roundLeft(double value) Radii
inherited
roundRight(double value) Radii
inherited
roundTop(double value) Radii
inherited
roundTopLeft(double x, [double? y]) Radii
inherited
roundTopLeftX(double value) Radii
inherited
roundTopLeftY(double value) Radii
inherited
roundTopRight(double x, [double? y]) Radii
inherited
roundTopRightX(double value) Radii
inherited
roundTopRightY(double value) Radii
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(RadiiIN change(RadiiIN data)) Radii
inherited

Operators

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