h property
EdgeInsets
get
h
Implementation
EdgeInsets get h => copyWith(
top: top.h,
bottom: bottom.h,
right: right.h,
left: left.h,
);
EdgeInsets get h => copyWith(
top: top.h,
bottom: bottom.h,
right: right.h,
left: left.h,
);