menu
flutter_components package
documentation
Buttons/Module/BoostrapButtons/info_button.dart
InfoButton
InfoButton.new const constructor
InfoButton.new const constructor
dark_mode
light_mode
InfoButton
constructor
const
InfoButton
(
{
Key
?
key
,
required
String
title
,
required
Function
onPressed
,
})
Implementation
const InfoButton({Key? key, required this.title, required this.onPressed}) : super(key: key);
flutter_components package
documentation
Buttons/Module/BoostrapButtons/info_button
InfoButton
InfoButton.new const constructor
InfoButton class