Skip to Content
Forui 0.11.0 is released 🎉
DocumentationFormButton

Button

A button.

Usage

FButton(...)

FButton( intrinsicWidth:true, onPress: () {}, child: const Text('Button'), );

FButton.raw(...)

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

Examples

Appearance

Primary

Secondary

Destructive

Outline

Ghost

Content

With Text and Icon

With Only Icon

With Circular Progress

Last updated on