EdgeInsets constructor Null safety
Implementation
const factory EdgeInsets(
double left,
double top,
double right,
double bottom,
) = _EdgeInsets;
const factory EdgeInsets(
double left,
double top,
double right,
double bottom,
) = _EdgeInsets;