NomoInfoItemSizingDataNullable constructor

const NomoInfoItemSizingDataNullable({
  1. EdgeInsetsGeometry? padding,
})

Implementation

const NomoInfoItemSizingDataNullable({
  this.padding,
});