horizontalEdgeInsets property

EdgeInsets get horizontalEdgeInsets

Implementation

EdgeInsets get horizontalEdgeInsets {
  return EdgeInsets.symmetric(horizontal: size);
}