offsetTop property Null safety

int offsetTop

Implementation

int get offsetTop => JS<num>('num', '#.offsetTop', this).round();