NomoSnackBarConstantsNullable constructor

const NomoSnackBarConstantsNullable({
  1. BorderRadius? borderRadius,
})

Implementation

const NomoSnackBarConstantsNullable({
  this.borderRadius,
});