getPadding method

EdgeInsetsGeometry? getPadding()

(en) Get padding. If it doesn't exist, null is returned.

(ja) パディングを取得します。 存在しない場合はnullが返されます。

Implementation

EdgeInsetsGeometry? getPadding() {
  return spwmlParams.p.containerParams!.padding;
}