menu
Dart
dart:math
Rectangle
<
T extends num
>
width property
width
brightness_4
brightness_5
description
width
property
T
width
final
The width of the rectangle.
Implementation
final T width;
Dart
dart:math
Rectangle
<
T extends num
>
width property
Rectangle class