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