RitoBackgroundSize class final
Constructors
- RitoBackgroundSize.explicit({RitoLength? x, RitoLength? y})
-
CSS
background-sizewith explicit axes (auto 40%,100% 100%). A null axis isauto: it derives from the image's intrinsic ratio once the other axis resolves.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExplicit → bool
-
no setter
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → RitoLength?
-
final
- y → RitoLength?
-
final
Methods
-
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
Constants
- auto → const RitoBackgroundSize
- contain → const RitoBackgroundSize
- cover → const RitoBackgroundSize