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