AuthCommonComponent constructor
Implementation
const AuthCommonComponent(
{super.key,
required this.title,
required this.subtitle,
required this.onBackTap,
this.subTitlePadding = 28,
this.subTitleColor = neutral_Color,
required this.onBugTap});