menu
bricks_auth package
documentation
screens/button_widget.dart
Button
Button.new constructor
Button.new constructor
dark_mode
light_mode
Button
constructor
Button
(
{
required
double
width
,
required
double
height
,
Key
?
key
,
void
onTap
()?,
required
String
text
,
})
Implementation
Button({ required this.width, required this.height, super.key, this.onTap, required this.text, });
bricks_auth package
documentation
screens/button_widget
Button
Button.new constructor
Button class