PlainTextControl class

This class provides PlainTextControl on custom payment sheet. This control is used for displaying 2-line text with title or 1-line text without title.

Inheritance

Constructors

PlainTextControl(String controlId)

Properties

controlId String?
getter/setter pairinherited
controltype Controltype
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetItem SheetItem?
getter/setter pair

Methods

getControlId() String?
API to get controlId.
inherited
getControltype() Controltype
API to get controltype.
inherited
getText() String?
API to get text.
getTitle() String?
API to get title.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setText(String title, String text) → void
API to set the title and text.
toString() String
A string representation of this object.
inherited

Operators

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