component/core/src library
Classes
- Gap
- A simple spacing widget that provides both horizontal and vertical space. It's a convenient wrapper around SizedBox.
- GapX
- A simple spacing widget that provides horizontal space only. It's a convenient wrapper around SizedBox.
- GapY
- A simple spacing widget that provides vertical space only. It's a convenient wrapper around SizedBox.
- MyButton
- A highly customizable button widget supporting multiple visual variants.
- MyContainer
- A customized Container widget that wraps the standard Container.
- MyText
- A customized Text widget that wraps Text with common styling options and provides named constructors for semantic text styles from the theme.
- MyTextField
- A customized text field widget that wraps TextField with common styling options.
- MyTextFormField
- A customized text form field widget that wraps TextFormField with common styling options and validation.