AcceptVideoButton class

RoundFloatingButton accepting a call with video.

Inheritance

Constructors

AcceptVideoButton(CallController c, {bool highlight = false})
const

Properties

c CallController
CallController owning this CallButton, used for changing the state.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
highlight bool
Indicator whether this AcceptVideoButton should be highlighted.
final
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 expanded = false, bool big = 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