AirPlayRoutePickerView class

This widget returns an AirplayRoutePicker button from native code, it can be added as a button or as an app bar icon, just like any widget.

Inheritance

Constructors

AirPlayRoutePickerView({Key? key, bool prioritizesVideoDevices = false, Color? tintColor, Color? activeTintColor, Color? backgroundColor, double height = 44.0, double width = 44.0, VoidCallback? onShowPickerView, VoidCallback? onClosePickerView})
const

Properties

activeTintColor Color?
Active Tint color can be provided as a flutter color, it will update the active tint color of the button when it is tapped.
final
backgroundColor Color?
Background color can be provided as a flutter color, it will update the background color of the button.
final
hashCode int
The hash code for this object.
no setterinherited
height double
Height of the container, that will just increase the tapable area of this button. By default the value is 44.0, but user can change it.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onClosePickerView VoidCallback?
The route picker view will finished presenting routes to the user.
final
onShowPickerView VoidCallback?
The route picker view will start presenting routes to the user.
final
prioritizesVideoDevices bool
Whether or not the route picker should sort video capable output devices to the top of the list. Setting this to true will cause the route picker view to show a videocentric icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tintColor Color?
All of the attributes of this widget will effect the appearance of the button that will assist integration of this button into any theme. Tint color can be provided as a Flutter color, it will update the tint color of the button in normal state.
final
width double
Width of the container, that will just increase the tapable area of this button. By default the value is 44.0, but user can change it.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<AirPlayRoutePickerView>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited