NomoTextButtonThemeDataNullable constructor
const
NomoTextButtonThemeDataNullable({
- Color? foregroundColor,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
Implementation
const NomoTextButtonThemeDataNullable({
this.foregroundColor,
this.borderRadius,
this.padding,
});