VideoEditorState class

Inheritance

Constructors

VideoEditorState()

Properties

appBarHeight double
getter/setter pair
ballDiameter double
getter/setter pair
circularTogglerDiameter double
getter/setter pair
context BuildContext
The location in the tree where this widget builds.
no setterinherited
cropBallSize double
getter/setter pair
currentEditType ValueNotifier<EditType>
getter/setter pair
currentHeightCrop ValueNotifier<double>
getter/setter pair
currentLeftCrop ValueNotifier<double>
getter/setter pair
currentPosition ValueNotifier<double>
getter/setter pair
currentTopCrop ValueNotifier<double>
getter/setter pair
currentWidthCrop ValueNotifier<double>
getter/setter pair
draggableSliderWidth double
getter/setter pair
draggedHeightCrop ValueNotifier<double>
getter/setter pair
draggedLeftCrop ValueNotifier<double>
getter/setter pair
draggedLeftTrim ValueNotifier<double>
getter/setter pair
draggedTopCrop ValueNotifier<double>
getter/setter pair
draggedWidthCrop ValueNotifier<double>
getter/setter pair
draggedWidthTrim ValueNotifier<double>
getter/setter pair
endTrimmedDuration ValueNotifier<double>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leftLastDragged bool
getter/setter pair
limitCroppedSize double
getter/setter pair
lineColor Color
getter/setter pair
linesHeight double
getter/setter pair
linesWidth double
getter/setter pair
mounted bool
Whether this State object is currently in a tree.
no setterinherited
playerController ValueNotifier<VideoPlayerController>
getter/setter pair
progressPercentage ValueNotifier<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeScale double
getter/setter pair
startTrimmedDuration ValueNotifier<double>
getter/setter pair
thumbnailImgWidth double
getter/setter pair
thumbnails ValueNotifier<List>
getter/setter pair
totalSliderWidth ValueNotifier<double>
getter/setter pair
totalTrimmerSize double
getter/setter pair
totalVideoDuration int
getter/setter pair
trimBallSize double
getter/setter pair
trimDraggedLeft ValueNotifier<double>
getter/setter pair
trimDraggedRight ValueNotifier<double>
getter/setter pair
trimLeftDraggedLeft ValueNotifier<double>
getter/setter pair
trimmerHeight double
getter/setter pair
trimRightDraggedLeft ValueNotifier<double>
getter/setter pair
videoHeight ValueNotifier<double>
getter/setter pair
videoIsPlaying ValueNotifier<bool>
getter/setter pair
videoWidth ValueNotifier<double>
getter/setter pair
widget EditVideoComponentState
The current configuration.
no setterinherited

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate.
inherited
applyCropComponentTranslateOffset() Offset
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
copyVideoInput() Future<String>
createOutputFile() Future<String>
croppedVideoComponent(dynamic child) Widget
cropRectangleComponent() Widget
deactivate() → void
Called when this object is removed from the tree.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeDependencies() → void
Called when a dependency of this State object changes.
inherited
didUpdateWidget(covariant EditVideoComponentState oldWidget) → void
Called whenever the widget configuration changes.
inherited
dispose() → void
Called when this object is removed from the tree permanently.
override
getSizeScale(dynamic degrees, dynamic width, dynamic height, dynamic screenWidth, dynamic screenHeight) Size
initializeController() → void
initState() → void
Called when this object is inserted into the tree.
override
loadThumbnails() Future<void>
millisecondsToDuration(double milliseconds) Duration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload.
inherited
saveTrimmedVideo() Future<void>
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed.
inherited
thumbnailsList() Widget
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
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited
trimComponent() Widget

Operators

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