LaunchPreviewStyle constructor
const
LaunchPreviewStyle({
- double height = 150,
- double imageHeight = 180,
- double borderRadius = 12,
- double elevation = 2,
- Color backgroundColor = Colors.white,
- TextStyle titleTextStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
- TextStyle descriptionTextStyle = const TextStyle(fontSize: 14, color: Colors.grey),
Creates a LaunchPreviewStyle.
Implementation
const LaunchPreviewStyle({
this.height = 150,
this.imageHeight = 180,
this.borderRadius = 12,
this.elevation = 2,
this.backgroundColor = Colors.white,
this.titleTextStyle =
const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
this.descriptionTextStyle =
const TextStyle(fontSize: 14, color: Colors.grey),
});