-
Notifications
You must be signed in to change notification settings - Fork 0
SnackBar
Ivan Galkin edited this page Jan 1, 2024
·
1 revision
SnackBar component with solid colors.
Example of using a ready-made component:
const FPCSnackBar(
child: Child(),
),
Ready-made buttons contains outline snackbars based on FPCSnackBar.
Example of using a ready-made component:
const FPCPrimaryOutlineSnackBar(
child: Child(),
),
SnackBar component with gradient colors.
Example of using a ready-made component:
const FPCGradientSnackBar(
child: Child(),
),
Ready-made buttons contains outline snackbars based on FPCGradientSnackBar.
Example of using a ready-made component:
const FPCPrimaryGradientOutlineSnackBar(
child: Child(),
),
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