_import library
Classes
- AppToast
- BaseContainer
- ColorFamily
- ExtendedColor
- FadeAnimation
-
A widget that applies a combined Fade (gradual appearance)
and Scale (scaling up/down) effect to its child widget,
utilizing the
flutter_animatelibrary. - ImageBackgroundContainer
- ImageScaleTransactionContainer
- A container that displays a background image with a continuous and looping zoom (scale) animation effect.
- InputDate
- InputEmail
- InputEmailOrPhone
- InputField
- InputNumber
- InputPassword
- InputPhone
- InputPrice
- InputText
- InputUrl
- LoginButton
- LoginModel
- NegoApp
- NegoAppImage
- NegoDesignTheme
- NegoFontFamily
- Holds the available font family names used in the design system.
- OnboardingButton
- OnboardingModel
- OrDivider
- PageImageOnboarding
- PageItemIndicateNumberOnboarding
- PageLogin
- PageRegister
- PageScaffoldOnboarding
- SocialLinkButton
- Validators
Enums
Functions
-
validateEmail(
String? value) → String? -
validateEmailOrPhone(
String? value) → String? -
validatePassword(
String? value) → String? -
validatePhone(
String? value) → String?