Button
A button.
Preview
Usage
FButton(...)
FButton(
intrinsicWidth:true,
onPress: () {},
child: const Text('Button'),
);
FButton.raw(...)
FButton.raw(
onPress: () {},
child: const Text('Button'),
);
Examples
Appearance
Primary
Preview
Secondary
Preview
Destructive
Preview
Outline
Preview
Ghost
Preview
Content
With Text and Icon
Preview
With Only Icon
Preview
With Circular Progress
Preview
Last updated on