insetsT property

EdgeInsets get insetsT

EdgeInsets.only(top: scaled).

Implementation

EdgeInsets get insetsT => EdgeInsets.only(top: _base * _s);