SubscribeButtonView constructor Null safety

const SubscribeButtonView(
  1. {Key? key}
)

Implementation

const SubscribeButtonView({Key? key})
    : super(key: key);