edgeInsetsLTRB static method
dynamic
edgeInsetsLTRB({})
Implementation
static edgeInsetsLTRB({
required double left,
required double top,
required double right,
required double bottom,
}) =>
EdgeInsets.fromLTRB(
width(left), height(top), width(right), height(bottom));