NomoTextButtonColorDataNullable constructor

const NomoTextButtonColorDataNullable({
  1. Color? foregroundColor,
  2. BorderRadiusGeometry? borderRadius,
})

Implementation

const NomoTextButtonColorDataNullable({
  this.foregroundColor,
  this.borderRadius,
});