menu
on_the_fly
client\components\components.dart
CompactTextButton
CompactTextButton const constructor
CompactTextButton
dark_mode
light_mode
CompactTextButton
constructor
const
CompactTextButton
(
String
text
, {
Key
?
key
,
required
void
onPressed
(),
})
Implementation
const CompactTextButton(this.text, {super.key, required this.onPressed});
on_the_fly
components
CompactTextButton
CompactTextButton const constructor
CompactTextButton class