RecommendationContainer constructor
const
RecommendationContainer({ - Key? key,
- required String imagePath,
- required String title,
- String? country,
- String? city,
- required String query,
- String? description,
- required double width,
- required double height,
- required double txtSize,
- double? descriptionSize,
- String? addressQuery = '',
- bool isFromWorldwide = true,
- required double bottomOpacity,
})
Implementation
const RecommendationContainer(
{super.key,
required this.imagePath,
required this.title,
this.country,
this.city,
required this.query,
this.description,
required this.width,
required this.height,
required this.txtSize,
this.descriptionSize,
this.addressQuery = '',
this.isFromWorldwide = true,
required this.bottomOpacity});