menu
arcane_jaspr package
documentation
component/input/fab.dart
Fab
Fab.new const constructor
Fab.new const constructor
dark_mode
light_mode
Fab
constructor
const
Fab
(
{
required
Widget
child
,
Widget
?
leading
,
void
onPressed
()?,
String
?
href
,
Key
?
key
,
})
Implementation
const Fab({ required this.child, this.leading, this.onPressed, this.href, super.key, });
arcane_jaspr package
documentation
component/input/fab
Fab
Fab.new const constructor
Fab class