FlowPaintingContext class
A context in which a FlowDelegate paints.
Provides information about the current size of the container and the children and a mechanism for painting children.
See also:
- Implementers
Constructors
Properties
- childCount → int
-
The number of children available to paint.
read-only
- size → Size
-
The size of the container in which the children can be painted.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getChildSize(
int i) → Size -
The size of the
i
th child. [...] -
paintChild(
int i, { Matrix4 transform, double opacity: 1.0 }) → void -
Paint the
i
th child using the given transform. [...] -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited