-
Notifications
You must be signed in to change notification settings - Fork 0
Button
Button component with solid background color, decomposed by platform.
Ready-made default button has loading properties.
Example of using a ready-made component:
FPCPrimaryButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Ready-made buttons contains label buttons based on FPCButton. Example of using a ready-made component:
FPCPrimaryLabelButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Button component with gradient background color, decomposed by platform.
Ready-made default button has loading properties.
Example of using a ready-made component:
FPCPrimaryGradientButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Ready-made buttons contains label buttons based on FPCGradientButton.
Example of using a ready-made component:
FPCPrimaryGradientLabelButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Button component with dotted border, decomposed by platform.
Example of using a ready-made component:
FPCPrimaryDottedButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Button component with outline border, decomposed by platform.
Example of using a ready-made component:
FPCPrimaryOutlineButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Also gradient outline button.
Example of using a ready-made component:
FPCPrimaryGradientOutlineButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Icon button component, decomposed by platform.
Example of using a component:
FPCIconButton(
onPressed: () {},
child: const Child(),
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Dedicated decomposed buttons, separately for bottom sheets.
Example of using a component:
FPCCupertinoBottomSheetButton(
onPressed: () {},
),
Expanded bottom sheet close button.
Example of using a component:
FPCExpandedBottomSheetCloseButton(
cupertinoLocale: "Back",
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Small bottom sheet close button.
Example of using a component:
FPCSmallBottomSheetCloseButton(
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
White always bottom sheet close button.
Example of using a component:
FPCWhiteAlwaysExpandedBottomSheetCloseButton(
cupertinoLocale: "Back",
onPressed: () {},
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
App
AppBar
Badge
Blur
BottomSheet
Button
Card
Checkbox
CodeField
Dialog
Divider
FormField
Global
Gradient
Icon
Indicator
Keyboard
List
Navigation
Picker
PINField
PopUp
Radio
Scaffold
Scrollbar
SegmentControl
SelectCard
SelectField
Shimmer
Slider
SlidingSegmentControl
SliverAppBar
SnackBar
Switch
Text
Toggle