PrimaryNomoButtonThemeDataNullable constructor

const PrimaryNomoButtonThemeDataNullable({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. double? elevation,
  4. BorderRadiusGeometry? borderRadius,
  5. EdgeInsetsGeometry? padding,
})

Implementation

const PrimaryNomoButtonThemeDataNullable({
  this.backgroundColor,
  this.foregroundColor,
  this.elevation,
  this.borderRadius,
  this.padding,
});