NomoTextButtonThemeDataNullable constructor

const NomoTextButtonThemeDataNullable({
  1. Color? foregroundColor,
  2. BorderRadiusGeometry? borderRadius,
  3. EdgeInsetsGeometry? padding,
})

Implementation

const NomoTextButtonThemeDataNullable({
  this.foregroundColor,
  this.borderRadius,
  this.padding,
});