ButtonForeground constructor Null safety

ButtonForeground(
  1. Color? onPrimary,
  2. Color? onSurface
)

Implementation

ButtonForeground(this.onPrimary, this.onSurface);