AccountInfoSection constructor
const
AccountInfoSection({})
Implementation
const AccountInfoSection({
Key? key,
required this.accountInfoLabel,
required this.accountEmail,
required this.accountPhone,
required this.accountPassword,
required this.onEditAccountPressed,
required this.onPasswordArrowClick,
}) : super(key: key);