NomoLinkButtonThemeDataNullable constructor

const NomoLinkButtonThemeDataNullable({
  1. Color? foregroundColor,
  2. Color? tapDownColor,
  3. EdgeInsetsGeometry? padding,
  4. Color? selectionColor,
})

Implementation

const NomoLinkButtonThemeDataNullable({
  this.foregroundColor,
  this.tapDownColor,
  this.padding,
  this.selectionColor,
});