EdgeInsetsGeometry.only constructor
Creates EdgeInsets with only the given values non-zero.
Implementation
const factory EdgeInsetsGeometry.only({double left, double right, double top, double bottom}) =
EdgeInsets.only;
Creates EdgeInsets with only the given values non-zero.
const factory EdgeInsetsGeometry.only({double left, double right, double top, double bottom}) =
EdgeInsets.only;