EdgeInsetsCSS class

Constructors

EdgeInsetsCSS.all(SizeCSS size)
const
EdgeInsetsCSS.only({SizeCSS? left, SizeCSS? top, SizeCSS? right, SizeCSS? bottom})
const
EdgeInsetsCSS.symmetric({SizeCSS? vertical, SizeCSS? horizontal})
const

Properties

bottom SizeCSS
finalinherited
hashCode int
The hash code for this object.
no setterinherited
left SizeCSS
finalinherited
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top SizeCSS
finalinherited
type → _TypeSizeCSS
finalinherited

Methods

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

Operators

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

Constants

auto → const EdgeInsetsCSS
inherit → const EdgeInsetsCSS
zero → const EdgeInsetsCSS