getPadding method

FlexValue getPadding(
  1. FlexStyleEdge edge
)

Implementation

FlexValue getPadding(FlexStyleEdge edge) {
  return FlexValue.point(_padding[edge.index]);
}