bottom property
double
get
bottom
Implementation
double get bottom => _map["bottom"] as double;
set
bottom
(double value)
Implementation
set bottom(double value) => _map["bottom"] = value;