MyAccountScreen constructor
- {Key? key,
- required String title,
- WidgetBuilder? customActionsBuilder}
Implementation
const MyAccountScreen(
{super.key, required this.title, this.customActionsBuilder});
const MyAccountScreen(
{super.key, required this.title, this.customActionsBuilder});