MDCNotchedOutline class

The notched outline is a border around all sides of either a Text Field or Select component. This is used for the Outlined variant of either a Text Field or Select.

Javascript: mdc.notchedOutline.MDCNotchedOutline.

Inheritance

Constructors

MDCNotchedOutline(Element root, [MDCFoundation? foundation, dynamic args])

Properties

foundation MDCFoundation
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
js → NotchedOutlineComponent
The underlying Javascript component.
no setteroverride
root Element
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeNotch() → void
destroy() → void
Releases resources and removes any listeners.
inherited
emit(String type, dynamic data, [bool shouldBubble = false]) → void
inherited
listen(String type, EventListener handler, {bool captureThis = false}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notch(num notchWidth, bool isRtl) → void
toString() String
A string representation of this object.
inherited
unlisten(String type, EventListener handler, {bool captureThis = false}) → void
inherited

Operators

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

Static Methods

attachTo(Element root) MDCNotchedOutline