padding property

Implementation

MaterialStateProperty<EdgeInsets?> get padding {
  return MaterialStateProperty.all(_size.padding);
}