video_player
dart:ui
Rect
property width
width
class Rect
Constructors
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
height
isEmpty
isFinite
isInfinite
left
longestSide
right
shortestSide
size
top
topCenter
topLeft
topRight
width
runtimeType
Methods
contains
deflate
expandToInclude
inflate
intersect
overlaps
shift
toString
translate
noSuchMethod
Operators
operator ==
Static properties
zero
Static methods
lerp
double
width
The distance between the left and right edges of this rectangle.
Source
double get width => right - left;
property width