getEdgeInsets method

EdgeInsets? getEdgeInsets(
  1. String name
)

Implementation

EdgeInsets? getEdgeInsets(String name) {
  return _edgeInsets[name];
}