applyCouponScreen property

Screen applyCouponScreen
final

Implementation

static final applyCouponScreen = screen(
  name: 'apply_coupon_screen',
  builder: (context, state) => ApplyCouponScreen(state: state),
);