MaterialSlice class
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, @required Widget child })
-
Creates a slice of Material that's mergeable within a
MergeableMaterial.
const
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited