-
Notifications
You must be signed in to change notification settings - Fork 0
SlidingSegmentControl
Ivan Galkin edited this page Jan 1, 2024
·
1 revision
Sliding segment control compoennt does not have a direct analogue on android, therefore it does not have a decomposition for this platform.
Sliding Segment control component with solid colors.
Example of using a ready-made component:
FPCSlidingSegmentControl<String>(
value: value,
onChanged: (String value) {},
items: const [
FPCSlidingSegmentControlItem<String>(
value: "first_item",
title: "First Item",
),
FPCSlidingSegmentControlItem<String>(
value: "second_item",
title: "Second Item",
),
],
),
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