CallButton class abstract
Button in a CallView.
Intended to be placed in a Dock to be reordered around.
Constructors
- CallButton(CallController c)
-
const
Properties
- c → CallController
-
CallController owning this CallButton, used for changing the state.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hint → String
-
Returns a text-represented hint for this CallButton.
no setter
- isRemovable → bool
-
Indicates whether this CallButton can be removed from the Dock.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
{bool hinted = true, bool big = false, bool expanded = false}) → Widget - Builds the Widget representation of this CallButton.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override