NomoLinkButtonThemeDataNullable constructor
const
NomoLinkButtonThemeDataNullable({
- Color? foregroundColor,
- Color? tapDownColor,
- EdgeInsetsGeometry? padding,
- Color? selectionColor,
Implementation
const NomoLinkButtonThemeDataNullable({
this.foregroundColor,
this.tapDownColor,
this.padding,
this.selectionColor,
});