ControlsStyle enum
An enumeration of the different styles that can be applied to controls, such as buttons and icons and layouts.
Values
- primary → const ControlsStyle
- primaryList → const ControlsStyle
-
When a video is inserted into a scrollable list, the scroll functionality is disabled due to the drag event. To address this, I added a style to the default controller to allow scrolling. prevent drag event for scrollable list
- secondary → const ControlsStyle
- custom → const ControlsStyle
-
The custom style is used to apply a custom style which you can provide in MeeduPlayerController.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ControlsStyle> - A constant List of the values in this enum, in order of their declaration.