EdgeInsetsOnly constructor Null safety

const EdgeInsetsOnly(
  1. {double left,
  2. double top,
  3. double right,
  4. double bottom}
)

Implementation

const factory EdgeInsetsOnly(
    {final double left,
    final double top,
    final double right,
    final double bottom}) = _$EdgeInsetsOnly;