menu
keiui package
documentation
widgets/buttons/button.dart
OutlineButton
OutlineButton.new const constructor
OutlineButton.new const constructor
dark_mode
light_mode
OutlineButton
constructor
const
OutlineButton
(
{
required
String
text
,
Color
?
color
=
FUIColors.black500
,
void
onTap
()?,
Key
?
key
,
})
Implementation
const OutlineButton({ required this.text, this.color = FUIColors.black500, this.onTap, super.key });
keiui package
documentation
widgets/buttons/button
OutlineButton
OutlineButton.new const constructor
OutlineButton class