menu
dev_logger_ui package
documentation
ui/widgets/app_button.dart
AppButton
title property
title property
dark_mode
light_mode
title
property
String
?
title
final
The text to display on the button.
If null, an empty string is shown.
Implementation
final String? title;
dev_logger_ui package
documentation
ui/widgets/app_button
AppButton
title property
AppButton class