-
Notifications
You must be signed in to change notification settings - Fork 0
Text
Ivan Galkin edited this page Jan 1, 2024
·
1 revision
Class that combines static methods with all text widgets for quick display.
Example of using a class:
FPCText.regular16Black(
context: context,
text: "Text",
),
Ready-made shell widget for receiving text span items.
Example of using a class:
FPCTextSpan(
children: [
FPCTextSpanItem.regular16Black(
context,
text: "First Item",
),
FPCTextSpanItem.regular16Black(
context,
text: "Second Item",
),
],
),
Class that combines static methods with all text styles methods.
Example of using a class:
FPCTextStyle.regular16Black(
context,
),
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