buildPlaceholderApp method
Implementation
Widget buildPlaceholderApp(BuildContext context) {
return Container(
color: ThemeHelper.colors.getPrimaryBackgroundColor(context),
);
}
Widget buildPlaceholderApp(BuildContext context) {
return Container(
color: ThemeHelper.colors.getPrimaryBackgroundColor(context),
);
}