ExpandedControls class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- ExpandedControls
Constructors
- ExpandedControls({required FlutterCastFramework castFramework, String? castingToText, String? skipAdTimerText, String? skipAdButtonText, String adInfoBoxText = "Ad in progress...", VoidCallback? onCloseRequested})
Properties
- adInfoBoxText → String
-
Label for the Ad Info box. Default is "Ad in progress...".
final
- adSkipBoxController → ExpandedControlsAdSkipBoxController
-
final
- castFramework → FlutterCastFramework
-
final
- castingToText → String?
-
Label to introduce cast device. Default is "Casting to {{cast_device_name}}", where {{cast_device_name}} is replaced with the device name
{{cast_device_name}} can be found in the constant CAST_DEVICE_NAME_PLACEHOLDER.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onCloseRequested → VoidCallback?
-
This is called when the back button is tapped or when the session is closed
final
- progressController → ExpandedControlsProgressController
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipAdButtonText → String?
-
Label for the Skip Ad button. Default is "Skip Ad".
final
- skipAdTimerText → String?
-
Label to indicate remaining time for ad. Default is "You can skip this ad in {{skip_remaining_time}}...",
where {{skip_remaining_time}} is replaced with the remaining time.
{{skip_remaining_time}} can be found in the constant SKIP_AD_TIMER_PLACEHOLDER.
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< ExpandedControls> -
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