BorderRadiusCSS class
Constructors
- BorderRadiusCSS.all(SizeCSS size)
-
const
- BorderRadiusCSS.horizontal({SizeCSS left = SizeCSS.zero, SizeCSS right = SizeCSS.zero})
-
const
- BorderRadiusCSS.only({SizeCSS topLeft = SizeCSS.zero, SizeCSS topRight = SizeCSS.zero, SizeCSS bottomLeft = SizeCSS.zero, SizeCSS bottomRight = SizeCSS.zero})
-
const
- BorderRadiusCSS.symmetric({SizeCSS topLeftBottomRight = SizeCSS.zero, SizeCSS bottomLeftTopRight = SizeCSS.zero})
-
const
- BorderRadiusCSS.vertical({SizeCSS top = SizeCSS.zero, SizeCSS bottom = SizeCSS.zero})
-
const
Properties
- bottomLeft → SizeCSS
-
finalinherited
- bottomRight → SizeCSS
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topLeft → SizeCSS
-
finalinherited
- topRight → SizeCSS
-
finalinherited
Methods
-
build(
) → String -
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