padColor property
      
      Color?
      get
      padColor
      
    
    
When an image is aligned by type, its original size may be insufficient, and in this case it needs to be supplemented, "padded".
padColor sets the value for the color that will be used for such a supplement.
Implementation
Color? get padColor => _padColor;