Mix class

Defines a mix

Constructors

Mix([Attribute? p1, Attribute? p2, Attribute? p3, Attribute? p4, Attribute? p5, Attribute? p6, Attribute? p7, Attribute? p8, Attribute? p9, Attribute? p10, Attribute? p11, Attribute? p12])
Define mix with parameters
factory
Mix.chooser({required bool condition, required Mix trueMix, required Mix falseMix})
Chooses mix based on condition
factory
Mix.combine([Mix? mix1, Mix? mix2, Mix? mix3, Mix? mix4, Mix? mix5])
Merges 2 or 3 shape definitions
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
params List<Attribute>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

box({Widget? child}) Widget
mix([Attribute? p1, Attribute? p2, Attribute? p3, Attribute? p4, Attribute? p5, Attribute? p6, Attribute? p7, Attribute? p8, Attribute? p9, Attribute? p10, Attribute? p11, Attribute? p12]) Mix
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited