Dart
dart:math
Rectangle
<
T extends num
>
width property
width
Dart
dart:math
Rectangle
<
T extends num
>
width property
Rectangle class
Constructors
Rectangle
fromPoints
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
runtimeType
top
topLeft
topRight
width
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==
description
width
property
Null safety
T
width
final
The width of the rectangle.
Implementation
final T width;