Fixed class final

A constraint that specifies a fixed size.

Whether the size is a width or a height is determined by the context in which the constraint is used.

Inheritance

Constructors

Fixed(int size)
Creates a fixed constraint.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The fixed size.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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