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