component
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.
-
MyImage
-
A customized Image widget that wraps Flutter's Image.
-
MyLoader
-
A customized loading indicator widget that wraps CircularProgressIndicator.
-
MyLoadingEffect
-
A widget that applies a shimmer effect animation to its child.
-
MySkeleton
-
-
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.