AudioButton class
CallButton toggling a local audio.
- Inheritance
-
- Object
- CallButton
- AudioButton
Constructors
- AudioButton(CallController c)
-
const
Properties
- c → CallController
-
CallController owning this CallButton, used for changing the state.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String
-
Returns a text-represented hint for this CallButton.
no setteroverride
- isRemovable → bool
-
Indicates whether this CallButton can be removed from the Dock.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
{bool hinted = true, bool blur = false, bool big = false, bool expanded = false, bool opaque = false}) → Widget -
Builds the Widget representation of this CallButton.
override
-
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.
inherited