PrimaryNomoButtonThemeDataNullable constructor
const
PrimaryNomoButtonThemeDataNullable({
- Color? backgroundColor,
- Color? foregroundColor,
- double? elevation,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
Implementation
const PrimaryNomoButtonThemeDataNullable({
this.backgroundColor,
this.foregroundColor,
this.elevation,
this.borderRadius,
this.padding,
});