AdvMaterialSlice class
A class that can be used as a child to AdvMergeableMaterial. It is a slice of Material that animates merging with other slices.
All AdvMaterialSlice objects need a LocalKey.
- Inheritance
- Object
- AdvMergeableMaterialItem
- AdvMaterialSlice
Constructors
- AdvMaterialSlice({@required LocalKey key, @required Widget child})
-
Creates a slice of Material that's mergeable within a
AdvMergeableMaterial.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited