BackgroundClip class
CSS background-clip value.
Constructors
- BackgroundClip(String value)
-
Creates a background-clip value.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns the CSS background-clip string.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- borderBox → const BackgroundClip
- contentBox → const BackgroundClip
- paddingBox → const BackgroundClip
- text → const BackgroundClip