Padding paddingHorizontal([double value = 0.0]) => Padding(padding: EdgeInsets.symmetric(horizontal: value), child: this);