Component class abstract

Implementers

Constructors

Component(String className)

Properties

className String
getter/setter pair
fillContent bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height String
getter/setter pair
nodeRoot Element
no setter
padding String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
varName String
getter/setter pair
visible bool
getter/setter pair
width String
getter/setter pair
wrap bool
getter/setter pair

Methods

addCssClass(String className) → void
addCssClasses(List<String> classNames) → void
clearClasses() → void
fullHeight() → void
fullSize() → void
fullWidth() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
removeCssClass(String className) → void
removeCssClasses(List<String> className) → void
setCssClass(String className) → void
toString() String
A string representation of this object.
inherited
waitForReady() Future<void>

Operators

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