menu
Dart
dart:html
CssRect
bottom property
bottom
brightness_4
brightness_5
description
bottom
property
num
bottom
The y-coordinate of the bottom edge.
Implementation
num get bottom => top + height;
Dart
dart:html
CssRect
bottom property
CssRect class