TeleprompterWidget class

Widget that shows the teleprompter

Inheritance

Constructors

TeleprompterWidget({required String text, String title = 'Script name', String savedToGallery = 'Video recorded saved to your gallery', String errorSavingToGallery = 'Error saving video to your gallery', Color defaultTextColor = Colors.greenAccent, Widget startRecordingButton = const Icon(Icons.fiber_manual_record_sharp, color: Colors.red), Widget stopRecordingButton = const Icon(Icons.stop, color: Colors.red), ShapeBorder? floatingButtonShape, double defaultOpacity = 0.7, Key? key})
const

Properties

defaultOpacity double
Default opacity of the teleprompter text
final
defaultTextColor Color
Color of the teleprompter text at the start
final
errorSavingToGallery String
Message to show when the video is not saved to the gallery
final
floatingButtonShape ShapeBorder?
Shape of the floating button
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedToGallery String
Message to show when the video is saved to the gallery
final
startRecordingButton Widget
Start record button
final
stopRecordingButton Widget
Stop record button
final
text String
Text where the tele
final
title String
Title of the teleprompter script
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _TeleprompterWidgetState
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