menu
cramr_ui_lib package
documentation
widgets/verb_card.dart
VerbCard
VerbCard.new const constructor
VerbCard.new const constructor
dark_mode
light_mode
VerbCard
constructor
const
VerbCard
(
{
Key
?
key
,
required
String
infinitive
,
required
Widget
verbIcon
,
})
Implementation
const VerbCard({Key? key, required this.infinitive, required this.verbIcon}) : super(key: key);
cramr_ui_lib package
documentation
widgets/verb_card
VerbCard
VerbCard.new const constructor
VerbCard class