padding property

  1. @NomoSizingField.new<EdgeInsets>(EdgeInsets.symmetric(horizontal: 16, vertical: 12))
EdgeInsets? padding
final

Implementation

@NomoSizingField(EdgeInsets.symmetric(horizontal: 16, vertical: 12))
final EdgeInsets? padding;