-
Notifications
You must be signed in to change notification settings - Fork 0
BottomSheet
Action bottom sheet component for selecting a specific action, decomposed by platform.
Example of using a component:
FPCActionBottomSheet(
items: [
FPCActionBottomSheetItem(
title: "First Action",
onPressed: () {},
),
FPCActionBottomSheetItem(
title: "Second Action",
onPressed: () {},
),
],
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Expanded modal scaffold component to display large bottom sheet content.
Example of using a component:
const FPCExpandedBottomSheet(
body: Child(),
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Ready-made components contains expanded bottom sheet with always black background.
Example of using a component:
const FPCBlackAlwaysExpandedBottomSheet(
body: Child(),
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Expanded bottom sheet scaffold component to display large bottom sheet content with blur app bar.
Example of using a component:
const FPCBlurExpandedBottomSheet(
body: Child(),
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Ready-made components contains expanded bottom sheet with always black background with blur app bar.
Example of using a component:
const FPCBlurBlackAlwaysExpandedBottomSheet(
body: Child(),
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Small bottom sheet window component to display small content.
Example of using a component:
const FPCSmallBottomSheet(
body: Child(),
),
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