SecondaryNomoButtonThemeDataNullable constructor

const SecondaryNomoButtonThemeDataNullable({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. double? elevation,
  4. Color? selectionColor,
  5. Border? border,
  6. BorderRadiusGeometry? borderRadius,
  7. EdgeInsetsGeometry? padding,
})

Implementation

const SecondaryNomoButtonThemeDataNullable({
  this.backgroundColor,
  this.foregroundColor,
  this.elevation,
  this.selectionColor,
  this.border,
  this.borderRadius,
  this.padding,
});