insetsB property

EdgeInsets get insetsB

EdgeInsets.only(bottom: scaled).

Implementation

EdgeInsets get insetsB => EdgeInsets.only(bottom: _base * _s);