OptionalSize class
- Annotations
Constructors
- OptionalSize(double? width, double? height)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
If non-null, requires the child to have exactly this height.
If null, the child is free to choose its own height.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double?
-
If non-null, requires the child to have exactly this width.
If null, the child is free to choose its own width.
final
Methods
-
copyWith(
{double? width, double? height}) → OptionalSize -
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