AwsContentShowing constructor

const AwsContentShowing({
  1. Key? key,
  2. required String image,
  3. required String title,
  4. required String body,
  5. AwsThemeContentShowing? theme,
})

Constructor of the AwsContentShowing.

Implementation

const AwsContentShowing({
  super.key,
  required this.image,
  required this.title,
  required this.body,
  this.theme,
});