Umbra class

Umbra ~ UmbraConfig final class

Inheritance
Mixed in types

Constructors

Umbra({Key? key})
Umbra.elevated(double size, [int? alpha])
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() UmbraOUT
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) Umbra
@fixed ~ set child
inherited
copy<Type>(Umbra t) Umbra
inherited
copyUmbra(UmbraConfig<UmbraConfig<dynamic, UmbraConfigIN, UmbraConfigOUT>, UmbraConfigIN, UmbraConfigOUT> umbra) Umbra
@config reference ~ copy umbra
inherited
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createNew() Umbra
override
createState() ConfigState<Umbra, UmbraIN, UmbraOUT>
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) Umbra
inherited
shadowBlur(double blur) Umbra
@varies ~ set shadow blur radius
inherited
shadowColor(Color color, [int? alpha]) Umbra
@varies ~ shadow color
inherited
shadowOffset(double x, [double? y]) Umbra
@varies ~ set shadow offset (x, y)
inherited
shadowPosition(DecorationPosition? position) Umbra
@fixed ~ set shadow layer position
inherited
shadowSpread(double spread) Umbra
@varies ~ set shadow spread radius
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(UmbraIN change(UmbraIN data)) Umbra
inherited

Operators

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