menu
rover_dashboard
pages.dart
Rock
Rock const constructor
Rock
dark_mode
light_mode
description
Rock
constructor
const
Rock
(
String
name
,
String
image
,
String
description
)
A const constructor.
Implementation
const Rock(this.name, this.image, this.description);
rover_dashboard
pages
Rock
Rock const constructor
Rock class