ControlsStyle enum

An enumeration of the different styles that can be applied to controls, such as buttons and icons and layouts.

Inheritance

Constructors

ControlsStyle()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.