Button

A button.

Usage

FButton(...)

FButton(
  label: const Text('Button'),
  onPress: () {},
);

FButton.raw(...)

FButton.raw(
  child: const Text('Button'),
  onPress: () {},
);

Examples

Appearance

Primary

Secondary

Destructive

Outline

Ghost

Content

With Text and Icon

With Only Icon