VideoViewState class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- playButton ↔ IconView?
-
getter/setter pair
- playButtonModel ↔ IconModel
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedLabel ↔ TextView?
-
getter/setter pair
- speedLabelModel ↔ TextModel
-
getter/setter pair
Methods
-
build(
BuildContext context) → Widget -
dispose(
) → void -
getPlayButton(
) → Widget -
getSpeedButton(
) → Widget -
initState(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onModelChange(
WidgetModel model, {String? property, dynamic value}) → dynamic -
onVideoController(
) → void -
pause(
) → Future< bool> -
override
-
play(
String? url) → Future< bool> -
override
-
resume(
) → Future< bool> -
seek(
int seconds) → Future< bool> -
override
-
start(
) → Future< bool> -
override
-
startstop(
) → Future< bool> -
stop(
) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited