ZegoOutsideRoomAudioVideoViewListStyle class

view style

Constructors

ZegoOutsideRoomAudioVideoViewListStyle.new({Axis scrollDirection = Axis.horizontal, double borderRadius = 0, Color borderColor = Colors.transparent, double borderColorOpacity = 0.2, Color backgroundColor = Colors.white, double backgroundColorOpacity = 0.5, Widget? loadingBuilder(BuildContext context)?, int scrollAxisCount = 1, double itemAspectRatio = 16 / 9.0, ZegoOutsideRoomAudioVideoViewListItemStyle item = const ZegoOutsideRoomAudioVideoViewListItemStyle()})
const

Properties

backgroundColor Color
background color
final
backgroundColorOpacity double
background color opacity
final
borderColor Color
border color
final
borderColorOpacity double
border color opacity
final
borderRadius double
border radius
final
hashCode int
The hash code for this object.
no setterinherited
item ZegoOutsideRoomAudioVideoViewListItemStyle
item style
final
itemAspectRatio double
item aspect ratio
final
loadingBuilder Widget? Function(BuildContext context)?
loading builder, return Container() if you want hide it
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollAxisCount int
How many rows and columns should be placed in the specified direction? For example, the horizontal direction represents how many rows there are, and the vertical direction represents how many columns there are
final
scrollDirection Axis
scroll direction, default is horizontal
final

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