GiantRegular constructor

GiantRegular({
  1. required TextStyle style,
  2. required Color onBackground,
})

Implementation

GiantRegular({required TextStyle style, required Color onBackground})
  : onBackground = style.copyWith(color: onBackground);