Logo class abstract
The object that allows to control logo display properties.
- Implemented types
Constructors
- Logo()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isValid(
) → bool - Usable only in runWithBlockUi or listener handlers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAlignment(
LogoAlignment alignment) → void - Set logo alignment in the container.
-
setPadding(
LogoPadding padding) → void - Set logo padding relative to the left/right and top/bottom edges. Values must be positive.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited