top property

double? top

Implementation

double? get top => _top;
void top=(double? val)

Implementation

set top(double? val) => _top = val;