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