AcceptAudioButton class
CallButton accepting a call without video.
- Inheritance
- 
    - Object
- CallButton
- AcceptAudioButton
 
Constructors
- AcceptAudioButton.new(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 AcceptAudioButton 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