Gets the value of "top"
String get top => getPropertyValue('top');
Sets the value of "top"
set top(String value) { setProperty('top', value, ''); }